SDL_dynapi.sym 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. SDL3_0.0.0 {
  2. global:
  3. SDL_AddEventWatch;
  4. SDL_AddGamepadMapping;
  5. SDL_AddGamepadMappingsFromRW;
  6. SDL_AddHintCallback;
  7. SDL_AddTimer;
  8. SDL_CreateRW;
  9. SDL_AndroidBackButton;
  10. SDL_AndroidGetActivity;
  11. SDL_AndroidGetExternalStoragePath;
  12. SDL_AndroidGetExternalStorageState;
  13. SDL_AndroidGetInternalStoragePath;
  14. SDL_AndroidGetJNIEnv;
  15. SDL_AndroidRequestPermission;
  16. SDL_AndroidSendMessage;
  17. SDL_AndroidShowToast;
  18. SDL_AtomicAdd;
  19. SDL_AtomicCAS;
  20. SDL_AtomicCASPtr;
  21. SDL_AtomicGet;
  22. SDL_AtomicGetPtr;
  23. SDL_AtomicLock;
  24. SDL_AtomicSet;
  25. SDL_AtomicSetPtr;
  26. SDL_AtomicTryLock;
  27. SDL_AtomicUnlock;
  28. SDL_AttachVirtualJoystick;
  29. SDL_AttachVirtualJoystickEx;
  30. SDL_BlitSurface;
  31. SDL_BlitSurfaceScaled;
  32. SDL_BlitSurfaceUnchecked;
  33. SDL_BlitSurfaceUncheckedScaled;
  34. SDL_BuildAudioCVT;
  35. SDL_CaptureMouse;
  36. SDL_ClearAudioStream;
  37. SDL_ClearComposition;
  38. SDL_ClearError;
  39. SDL_ClearHints;
  40. SDL_ClearQueuedAudio;
  41. SDL_CloseAudio;
  42. SDL_CloseAudioDevice;
  43. SDL_CloseGamepad;
  44. SDL_CloseJoystick;
  45. SDL_CloseSensor;
  46. SDL_ComposeCustomBlendMode;
  47. SDL_CondBroadcast;
  48. SDL_CondSignal;
  49. SDL_CondWait;
  50. SDL_CondWaitTimeout;
  51. SDL_ConvertAudio;
  52. SDL_ConvertPixels;
  53. SDL_ConvertSurface;
  54. SDL_ConvertSurfaceFormat;
  55. SDL_CreateAudioStream;
  56. SDL_CreateColorCursor;
  57. SDL_CreateCond;
  58. SDL_CreateCursor;
  59. SDL_CreateMutex;
  60. SDL_CreatePalette;
  61. SDL_CreatePixelFormat;
  62. SDL_CreateRenderer;
  63. SDL_CreateSemaphore;
  64. SDL_CreateShapedWindow;
  65. SDL_CreateSoftwareRenderer;
  66. SDL_CreateSurface;
  67. SDL_CreateSurfaceFrom;
  68. SDL_CreateSystemCursor;
  69. SDL_CreateTexture;
  70. SDL_CreateTextureFromSurface;
  71. SDL_CreateThread;
  72. SDL_CreateThreadWithStackSize;
  73. SDL_CreateWindow;
  74. SDL_CreateWindowAndRenderer;
  75. SDL_CreateWindowFrom;
  76. SDL_CursorVisible;
  77. SDL_DXGIGetOutputInfo;
  78. SDL_DelEventWatch;
  79. SDL_DelHintCallback;
  80. SDL_Delay;
  81. SDL_DelayNS;
  82. SDL_DequeueAudio;
  83. SDL_DestroyAudioStream;
  84. SDL_DestroyCond;
  85. SDL_DestroyMutex;
  86. SDL_DestroyPalette;
  87. SDL_DestroyPixelFormat;
  88. SDL_DestroyRenderer;
  89. SDL_DestroySemaphore;
  90. SDL_DestroySurface;
  91. SDL_DestroyTexture;
  92. SDL_DestroyWindow;
  93. SDL_DetachThread;
  94. SDL_DetachVirtualJoystick;
  95. SDL_Direct3D9GetAdapterIndex;
  96. SDL_DisableScreenSaver;
  97. SDL_DuplicateSurface;
  98. SDL_EGL_GetCurrentEGLConfig;
  99. SDL_EGL_GetCurrentEGLDisplay;
  100. SDL_EGL_GetProcAddress;
  101. SDL_EGL_GetWindowEGLSurface;
  102. SDL_EGL_SetEGLAttributeCallbacks;
  103. SDL_EnableScreenSaver;
  104. SDL_Error;
  105. SDL_EventEnabled;
  106. SDL_FillSurfaceRect;
  107. SDL_FillSurfaceRects;
  108. SDL_FilterEvents;
  109. SDL_FlashWindow;
  110. SDL_FlushAudioStream;
  111. SDL_FlushEvent;
  112. SDL_FlushEvents;
  113. SDL_DestroyCursor;
  114. SDL_DestroyRW;
  115. SDL_GDKGetTaskQueue;
  116. SDL_GDKSuspendComplete;
  117. SDL_GL_BindTexture;
  118. SDL_GL_CreateContext;
  119. SDL_GL_DeleteContext;
  120. SDL_GL_ExtensionSupported;
  121. SDL_GL_GetAttribute;
  122. SDL_GL_GetCurrentContext;
  123. SDL_GL_GetCurrentWindow;
  124. SDL_GL_GetDrawableSize;
  125. SDL_GL_GetProcAddress;
  126. SDL_GL_GetSwapInterval;
  127. SDL_GL_LoadLibrary;
  128. SDL_GL_MakeCurrent;
  129. SDL_GL_ResetAttributes;
  130. SDL_GL_SetAttribute;
  131. SDL_GL_SetSwapInterval;
  132. SDL_GL_SwapWindow;
  133. SDL_GL_UnbindTexture;
  134. SDL_GL_UnloadLibrary;
  135. SDL_GUIDFromString;
  136. SDL_GUIDToString;
  137. SDL_GamepadConnected;
  138. SDL_GamepadEventsEnabled;
  139. SDL_GamepadHasAxis;
  140. SDL_GamepadHasButton;
  141. SDL_GamepadHasLED;
  142. SDL_GamepadHasRumble;
  143. SDL_GamepadHasRumbleTriggers;
  144. SDL_GamepadHasSensor;
  145. SDL_GamepadSensorEnabled;
  146. SDL_GetAndroidSDKVersion;
  147. SDL_GetAssertionHandler;
  148. SDL_GetAssertionReport;
  149. SDL_GetAudioDeviceName;
  150. SDL_GetAudioDeviceSpec;
  151. SDL_GetAudioDeviceStatus;
  152. SDL_GetAudioDriver;
  153. SDL_GetAudioStatus;
  154. SDL_GetAudioStreamAvailable;
  155. SDL_GetAudioStreamData;
  156. SDL_GetBasePath;
  157. SDL_GetCPUCacheLineSize;
  158. SDL_GetCPUCount;
  159. SDL_GetClipboardText;
  160. SDL_GetClosestDisplayMode;
  161. SDL_GetCurrentAudioDriver;
  162. SDL_GetCurrentDisplayMode;
  163. SDL_GetCurrentVideoDriver;
  164. SDL_GetCursor;
  165. SDL_GetDefaultAssertionHandler;
  166. SDL_GetDefaultAudioInfo;
  167. SDL_GetDefaultCursor;
  168. SDL_GetDesktopDisplayMode;
  169. SDL_GetDisplayBounds;
  170. SDL_GetDisplayDPI;
  171. SDL_GetDisplayIndexForPoint;
  172. SDL_GetDisplayIndexForRect;
  173. SDL_GetDisplayMode;
  174. SDL_GetDisplayName;
  175. SDL_GetDisplayOrientation;
  176. SDL_GetDisplayUsableBounds;
  177. SDL_GetError;
  178. SDL_GetErrorMsg;
  179. SDL_GetEventFilter;
  180. SDL_GetGamepadAppleSFSymbolsNameForAxis;
  181. SDL_GetGamepadAppleSFSymbolsNameForButton;
  182. SDL_GetGamepadAxis;
  183. SDL_GetGamepadAxisFromString;
  184. SDL_GetGamepadBindForAxis;
  185. SDL_GetGamepadBindForButton;
  186. SDL_GetGamepadButton;
  187. SDL_GetGamepadButtonFromString;
  188. SDL_GetGamepadFirmwareVersion;
  189. SDL_GetGamepadFromInstanceID;
  190. SDL_GetGamepadFromPlayerIndex;
  191. SDL_GetGamepadInstanceGUID;
  192. SDL_GetGamepadInstanceMapping;
  193. SDL_GetGamepadInstanceName;
  194. SDL_GetGamepadInstancePath;
  195. SDL_GetGamepadInstancePlayerIndex;
  196. SDL_GetGamepadInstanceProduct;
  197. SDL_GetGamepadInstanceProductVersion;
  198. SDL_GetGamepadInstanceType;
  199. SDL_GetGamepadInstanceVendor;
  200. SDL_GetGamepadJoystick;
  201. SDL_GetGamepadMapping;
  202. SDL_GetGamepadMappingForGUID;
  203. SDL_GetGamepadMappingForIndex;
  204. SDL_GetGamepadName;
  205. SDL_GetGamepadNumTouchpadFingers;
  206. SDL_GetGamepadNumTouchpads;
  207. SDL_GetGamepadPath;
  208. SDL_GetGamepadPlayerIndex;
  209. SDL_GetGamepadProduct;
  210. SDL_GetGamepadProductVersion;
  211. SDL_GetGamepadSensorData;
  212. SDL_GetGamepadSensorDataRate;
  213. SDL_GetGamepadSerial;
  214. SDL_GetGamepadStringForAxis;
  215. SDL_GetGamepadStringForButton;
  216. SDL_GetGamepadTouchpadFinger;
  217. SDL_GetGamepadType;
  218. SDL_GetGamepadVendor;
  219. SDL_GetGamepads;
  220. SDL_GetGlobalMouseState;
  221. SDL_GetGrabbedWindow;
  222. SDL_GetHint;
  223. SDL_GetHintBoolean;
  224. SDL_GetJoystickAxis;
  225. SDL_GetJoystickAxisInitialState;
  226. SDL_GetJoystickButton;
  227. SDL_GetJoystickFirmwareVersion;
  228. SDL_GetJoystickFromInstanceID;
  229. SDL_GetJoystickFromPlayerIndex;
  230. SDL_GetJoystickGUID;
  231. SDL_GetJoystickGUIDFromString;
  232. SDL_GetJoystickGUIDInfo;
  233. SDL_GetJoystickGUIDString;
  234. SDL_GetJoystickHat;
  235. SDL_GetJoystickInstanceGUID;
  236. SDL_GetJoystickInstanceID;
  237. SDL_GetJoystickInstanceName;
  238. SDL_GetJoystickInstancePath;
  239. SDL_GetJoystickInstancePlayerIndex;
  240. SDL_GetJoystickInstanceProduct;
  241. SDL_GetJoystickInstanceProductVersion;
  242. SDL_GetJoystickInstanceType;
  243. SDL_GetJoystickInstanceVendor;
  244. SDL_GetJoystickName;
  245. SDL_GetJoystickPath;
  246. SDL_GetJoystickPlayerIndex;
  247. SDL_GetJoystickPowerLevel;
  248. SDL_GetJoystickProduct;
  249. SDL_GetJoystickProductVersion;
  250. SDL_GetJoystickSerial;
  251. SDL_GetJoystickType;
  252. SDL_GetJoystickVendor;
  253. SDL_GetJoysticks;
  254. SDL_GetKeyFromName;
  255. SDL_GetKeyFromScancode;
  256. SDL_GetKeyName;
  257. SDL_GetKeyboardFocus;
  258. SDL_GetKeyboardState;
  259. SDL_GetMasksForPixelFormatEnum;
  260. SDL_GetMemoryFunctions;
  261. SDL_GetModState;
  262. SDL_GetMouseFocus;
  263. SDL_GetMouseState;
  264. SDL_GetNumAllocations;
  265. SDL_GetNumAudioDevices;
  266. SDL_GetNumAudioDrivers;
  267. SDL_GetNumDisplayModes;
  268. SDL_GetNumGamepadMappings;
  269. SDL_GetNumJoystickAxes;
  270. SDL_GetNumJoystickButtons;
  271. SDL_GetNumJoystickHats;
  272. SDL_GetNumRenderDrivers;
  273. SDL_GetNumTouchDevices;
  274. SDL_GetNumTouchFingers;
  275. SDL_GetNumVideoDisplays;
  276. SDL_GetNumVideoDrivers;
  277. SDL_GetOriginalMemoryFunctions;
  278. SDL_GetPerformanceCounter;
  279. SDL_GetPerformanceFrequency;
  280. SDL_GetPixelFormatEnumForMasks;
  281. SDL_GetPixelFormatName;
  282. SDL_GetPlatform;
  283. SDL_GetPowerInfo;
  284. SDL_GetPrefPath;
  285. SDL_GetPreferredLocales;
  286. SDL_GetPrimarySelectionText;
  287. SDL_GetQueuedAudioSize;
  288. SDL_GetRGB;
  289. SDL_GetRGBA;
  290. SDL_GetRectAndLineIntersection;
  291. SDL_GetRectAndLineIntersectionFloat;
  292. SDL_GetRectEnclosingPoints;
  293. SDL_GetRectEnclosingPointsFloat;
  294. SDL_GetRectIntersection;
  295. SDL_GetRectIntersectionFloat;
  296. SDL_GetRectUnion;
  297. SDL_GetRectUnionFloat;
  298. SDL_GetRelativeMouseMode;
  299. SDL_GetRelativeMouseState;
  300. SDL_GetRenderClipRect;
  301. SDL_GetRenderD3D11Device;
  302. SDL_GetRenderD3D9Device;
  303. SDL_GetRenderDrawBlendMode;
  304. SDL_GetRenderDrawColor;
  305. SDL_GetRenderDriver;
  306. SDL_GetRenderIntegerScale;
  307. SDL_GetRenderLogicalSize;
  308. SDL_GetRenderMetalCommandEncoder;
  309. SDL_GetRenderMetalLayer;
  310. SDL_GetRenderScale;
  311. SDL_GetRenderTarget;
  312. SDL_GetRenderViewport;
  313. SDL_GetRenderWindow;
  314. SDL_GetRenderer;
  315. SDL_GetRendererInfo;
  316. SDL_GetRendererOutputSize;
  317. SDL_GetRevision;
  318. SDL_GetScancodeFromKey;
  319. SDL_GetScancodeFromName;
  320. SDL_GetScancodeName;
  321. SDL_GetSensorData;
  322. SDL_GetSensorFromInstanceID;
  323. SDL_GetSensorInstanceID;
  324. SDL_GetSensorInstanceName;
  325. SDL_GetSensorInstanceNonPortableType;
  326. SDL_GetSensorInstanceType;
  327. SDL_GetSensorName;
  328. SDL_GetSensorNonPortableType;
  329. SDL_GetSensorType;
  330. SDL_GetSensors;
  331. SDL_GetShapedWindowMode;
  332. SDL_GetSurfaceAlphaMod;
  333. SDL_GetSurfaceBlendMode;
  334. SDL_GetSurfaceClipRect;
  335. SDL_GetSurfaceColorKey;
  336. SDL_GetSurfaceColorMod;
  337. SDL_GetSystemRAM;
  338. SDL_GetTextureAlphaMod;
  339. SDL_GetTextureBlendMode;
  340. SDL_GetTextureColorMod;
  341. SDL_GetTextureScaleMode;
  342. SDL_GetTextureUserData;
  343. SDL_GetThreadID;
  344. SDL_GetThreadName;
  345. SDL_GetTicks;
  346. SDL_GetTicksNS;
  347. SDL_GetTouchDevice;
  348. SDL_GetTouchDeviceType;
  349. SDL_GetTouchFinger;
  350. SDL_GetTouchName;
  351. SDL_GetVersion;
  352. SDL_GetVideoDriver;
  353. SDL_GetWindowBordersSize;
  354. SDL_GetWindowData;
  355. SDL_GetWindowDisplayIndex;
  356. SDL_GetWindowDisplayMode;
  357. SDL_GetWindowFlags;
  358. SDL_GetWindowFromID;
  359. SDL_GetWindowGrab;
  360. SDL_GetWindowICCProfile;
  361. SDL_GetWindowID;
  362. SDL_GetWindowKeyboardGrab;
  363. SDL_GetWindowMaximumSize;
  364. SDL_GetWindowMinimumSize;
  365. SDL_GetWindowMouseGrab;
  366. SDL_GetWindowMouseRect;
  367. SDL_GetWindowOpacity;
  368. SDL_GetWindowPixelFormat;
  369. SDL_GetWindowPosition;
  370. SDL_GetWindowSize;
  371. SDL_GetWindowSizeInPixels;
  372. SDL_GetWindowSurface;
  373. SDL_GetWindowTitle;
  374. SDL_GetWindowWMInfo;
  375. SDL_GetYUVConversionMode;
  376. SDL_GetYUVConversionModeForResolution;
  377. SDL_HapticClose;
  378. SDL_HapticDestroyEffect;
  379. SDL_HapticEffectSupported;
  380. SDL_HapticGetEffectStatus;
  381. SDL_HapticIndex;
  382. SDL_HapticName;
  383. SDL_HapticNewEffect;
  384. SDL_HapticNumAxes;
  385. SDL_HapticNumEffects;
  386. SDL_HapticNumEffectsPlaying;
  387. SDL_HapticOpen;
  388. SDL_HapticOpenFromJoystick;
  389. SDL_HapticOpenFromMouse;
  390. SDL_HapticOpened;
  391. SDL_HapticPause;
  392. SDL_HapticQuery;
  393. SDL_HapticRumbleInit;
  394. SDL_HapticRumblePlay;
  395. SDL_HapticRumbleStop;
  396. SDL_HapticRumbleSupported;
  397. SDL_HapticRunEffect;
  398. SDL_HapticSetAutocenter;
  399. SDL_HapticSetGain;
  400. SDL_HapticStopAll;
  401. SDL_HapticStopEffect;
  402. SDL_HapticUnpause;
  403. SDL_HapticUpdateEffect;
  404. SDL_HasARMSIMD;
  405. SDL_HasAVX2;
  406. SDL_HasAVX512F;
  407. SDL_HasAVX;
  408. SDL_HasAltiVec;
  409. SDL_HasClipboardText;
  410. SDL_HasEvent;
  411. SDL_HasEvents;
  412. SDL_HasGamepads;
  413. SDL_HasJoysticks;
  414. SDL_HasLASX;
  415. SDL_HasLSX;
  416. SDL_HasMMX;
  417. SDL_HasNEON;
  418. SDL_HasPrimarySelectionText;
  419. SDL_HasRDTSC;
  420. SDL_HasRectIntersection;
  421. SDL_HasRectIntersectionFloat;
  422. SDL_HasSSE2;
  423. SDL_HasSSE3;
  424. SDL_HasSSE41;
  425. SDL_HasSSE42;
  426. SDL_HasSSE;
  427. SDL_HasScreenKeyboardSupport;
  428. SDL_HasSensors;
  429. SDL_HideCursor;
  430. SDL_HideWindow;
  431. SDL_Init;
  432. SDL_InitSubSystem;
  433. SDL_IsAndroidTV;
  434. SDL_IsChromebook;
  435. SDL_IsDeXMode;
  436. SDL_IsGamepad;
  437. SDL_IsJoystickVirtual;
  438. SDL_IsShapedWindow;
  439. SDL_IsTablet;
  440. SDL_JoystickConnected;
  441. SDL_JoystickEventsEnabled;
  442. SDL_JoystickHasLED;
  443. SDL_JoystickHasRumble;
  444. SDL_JoystickHasRumbleTriggers;
  445. SDL_JoystickIsHaptic;
  446. SDL_LinuxSetThreadPriority;
  447. SDL_LinuxSetThreadPriorityAndPolicy;
  448. SDL_LoadBMP_RW;
  449. SDL_LoadFile;
  450. SDL_LoadFile_RW;
  451. SDL_LoadFunction;
  452. SDL_LoadObject;
  453. SDL_LoadWAV_RW;
  454. SDL_LockAudio;
  455. SDL_LockAudioDevice;
  456. SDL_LockJoysticks;
  457. SDL_LockMutex;
  458. SDL_LockSurface;
  459. SDL_LockTexture;
  460. SDL_LockTextureToSurface;
  461. SDL_Log;
  462. SDL_LogCritical;
  463. SDL_LogDebug;
  464. SDL_LogError;
  465. SDL_LogGetOutputFunction;
  466. SDL_LogGetPriority;
  467. SDL_LogInfo;
  468. SDL_LogMessage;
  469. SDL_LogMessageV;
  470. SDL_LogResetPriorities;
  471. SDL_LogSetAllPriority;
  472. SDL_LogSetOutputFunction;
  473. SDL_LogSetPriority;
  474. SDL_LogVerbose;
  475. SDL_LogWarn;
  476. SDL_MapRGB;
  477. SDL_MapRGBA;
  478. SDL_MaximizeWindow;
  479. SDL_MemoryBarrierAcquireFunction;
  480. SDL_MemoryBarrierReleaseFunction;
  481. SDL_Metal_CreateView;
  482. SDL_Metal_DestroyView;
  483. SDL_Metal_GetDrawableSize;
  484. SDL_Metal_GetLayer;
  485. SDL_MinimizeWindow;
  486. SDL_MixAudio;
  487. SDL_MixAudioFormat;
  488. SDL_MouseIsHaptic;
  489. SDL_NumHaptics;
  490. SDL_OnApplicationDidBecomeActive;
  491. SDL_OnApplicationDidChangeStatusBarOrientation;
  492. SDL_OnApplicationDidEnterBackground;
  493. SDL_OnApplicationDidReceiveMemoryWarning;
  494. SDL_OnApplicationWillEnterForeground;
  495. SDL_OnApplicationWillResignActive;
  496. SDL_OnApplicationWillTerminate;
  497. SDL_OpenAudio;
  498. SDL_OpenAudioDevice;
  499. SDL_OpenGamepad;
  500. SDL_OpenJoystick;
  501. SDL_OpenSensor;
  502. SDL_OpenURL;
  503. SDL_PauseAudio;
  504. SDL_PauseAudioDevice;
  505. SDL_PeepEvents;
  506. SDL_PollEvent;
  507. SDL_PremultiplyAlpha;
  508. SDL_PumpEvents;
  509. SDL_PushEvent;
  510. SDL_PutAudioStreamData;
  511. SDL_QueryTexture;
  512. SDL_QueueAudio;
  513. SDL_Quit;
  514. SDL_QuitSubSystem;
  515. SDL_RWFromConstMem;
  516. SDL_RWFromFile;
  517. SDL_RWFromMem;
  518. SDL_RWclose;
  519. SDL_RWread;
  520. SDL_RWseek;
  521. SDL_RWsize;
  522. SDL_RWtell;
  523. SDL_RWwrite;
  524. SDL_RaiseWindow;
  525. SDL_ReadBE16;
  526. SDL_ReadBE32;
  527. SDL_ReadBE64;
  528. SDL_ReadLE16;
  529. SDL_ReadLE32;
  530. SDL_ReadLE64;
  531. SDL_ReadU8;
  532. SDL_RegisterApp;
  533. SDL_RegisterEvents;
  534. SDL_RemoveTimer;
  535. SDL_RenderClear;
  536. SDL_RenderClipEnabled;
  537. SDL_RenderFillRect;
  538. SDL_RenderFillRectFloat;
  539. SDL_RenderFillRects;
  540. SDL_RenderFillRectsFloat;
  541. SDL_RenderFlush;
  542. SDL_RenderGeometry;
  543. SDL_RenderGeometryRaw;
  544. SDL_RenderGetD3D12Device;
  545. SDL_RenderLine;
  546. SDL_RenderLineFloat;
  547. SDL_RenderLines;
  548. SDL_RenderLinesFloat;
  549. SDL_RenderLogicalToWindow;
  550. SDL_RenderPoint;
  551. SDL_RenderPointFloat;
  552. SDL_RenderPoints;
  553. SDL_RenderPointsFloat;
  554. SDL_RenderPresent;
  555. SDL_RenderReadPixels;
  556. SDL_RenderRect;
  557. SDL_RenderRectFloat;
  558. SDL_RenderRects;
  559. SDL_RenderRectsFloat;
  560. SDL_RenderTargetSupported;
  561. SDL_RenderTexture;
  562. SDL_RenderTextureFloat;
  563. SDL_RenderTextureRotated;
  564. SDL_RenderTextureRotatedFloat;
  565. SDL_RenderWindowToLogical;
  566. SDL_ReportAssertion;
  567. SDL_ResetAssertionReport;
  568. SDL_ResetHint;
  569. SDL_ResetHints;
  570. SDL_ResetKeyboard;
  571. SDL_RestoreWindow;
  572. SDL_RumbleGamepad;
  573. SDL_RumbleGamepadTriggers;
  574. SDL_RumbleJoystick;
  575. SDL_RumbleJoystickTriggers;
  576. SDL_RunApp;
  577. SDL_SIMDAlloc;
  578. SDL_SIMDFree;
  579. SDL_SIMDGetAlignment;
  580. SDL_SIMDRealloc;
  581. SDL_SaveBMP_RW;
  582. SDL_ScreenKeyboardShown;
  583. SDL_ScreenSaverEnabled;
  584. SDL_SemPost;
  585. SDL_SemTryWait;
  586. SDL_SemValue;
  587. SDL_SemWait;
  588. SDL_SemWaitTimeout;
  589. SDL_SendGamepadEffect;
  590. SDL_SendJoystickEffect;
  591. SDL_SetAssertionHandler;
  592. SDL_SetClipboardText;
  593. SDL_SetCursor;
  594. SDL_SetError;
  595. SDL_SetEventEnabled;
  596. SDL_SetEventFilter;
  597. SDL_SetGamepadEventsEnabled;
  598. SDL_SetGamepadLED;
  599. SDL_SetGamepadPlayerIndex;
  600. SDL_SetGamepadSensorEnabled;
  601. SDL_SetHint;
  602. SDL_SetHintWithPriority;
  603. SDL_SetJoystickEventsEnabled;
  604. SDL_SetJoystickLED;
  605. SDL_SetJoystickPlayerIndex;
  606. SDL_SetJoystickVirtualAxis;
  607. SDL_SetJoystickVirtualButton;
  608. SDL_SetJoystickVirtualHat;
  609. SDL_SetMainReady;
  610. SDL_SetMemoryFunctions;
  611. SDL_SetModState;
  612. SDL_SetPaletteColors;
  613. SDL_SetPixelFormatPalette;
  614. SDL_SetPrimarySelectionText;
  615. SDL_SetRelativeMouseMode;
  616. SDL_SetRenderClipRect;
  617. SDL_SetRenderDrawBlendMode;
  618. SDL_SetRenderDrawColor;
  619. SDL_SetRenderIntegerScale;
  620. SDL_SetRenderLogicalSize;
  621. SDL_SetRenderScale;
  622. SDL_SetRenderTarget;
  623. SDL_SetRenderVSync;
  624. SDL_SetRenderViewport;
  625. SDL_SetSurfaceAlphaMod;
  626. SDL_SetSurfaceBlendMode;
  627. SDL_SetSurfaceClipRect;
  628. SDL_SetSurfaceColorKey;
  629. SDL_SetSurfaceColorMod;
  630. SDL_SetSurfacePalette;
  631. SDL_SetSurfaceRLE;
  632. SDL_SetTextInputRect;
  633. SDL_SetTextureAlphaMod;
  634. SDL_SetTextureBlendMode;
  635. SDL_SetTextureColorMod;
  636. SDL_SetTextureScaleMode;
  637. SDL_SetTextureUserData;
  638. SDL_SetThreadPriority;
  639. SDL_SetWindowAlwaysOnTop;
  640. SDL_SetWindowBordered;
  641. SDL_SetWindowData;
  642. SDL_SetWindowDisplayMode;
  643. SDL_SetWindowFullscreen;
  644. SDL_SetWindowGrab;
  645. SDL_SetWindowHitTest;
  646. SDL_SetWindowIcon;
  647. SDL_SetWindowInputFocus;
  648. SDL_SetWindowKeyboardGrab;
  649. SDL_SetWindowMaximumSize;
  650. SDL_SetWindowMinimumSize;
  651. SDL_SetWindowModalFor;
  652. SDL_SetWindowMouseGrab;
  653. SDL_SetWindowMouseRect;
  654. SDL_SetWindowOpacity;
  655. SDL_SetWindowPosition;
  656. SDL_SetWindowResizable;
  657. SDL_SetWindowShape;
  658. SDL_SetWindowSize;
  659. SDL_SetWindowTitle;
  660. SDL_SetWindowsMessageHook;
  661. SDL_SetYUVConversionMode;
  662. SDL_ShowCursor;
  663. SDL_ShowMessageBox;
  664. SDL_ShowSimpleMessageBox;
  665. SDL_ShowWindow;
  666. SDL_SoftStretch;
  667. SDL_SoftStretchLinear;
  668. SDL_StartTextInput;
  669. SDL_StopTextInput;
  670. SDL_SurfaceHasColorKey;
  671. SDL_SurfaceHasRLE;
  672. SDL_TLSCleanup;
  673. SDL_TLSCreate;
  674. SDL_TLSGet;
  675. SDL_TLSSet;
  676. SDL_TextInputActive;
  677. SDL_TextInputShown;
  678. SDL_ThreadID;
  679. SDL_TryLockMutex;
  680. SDL_UnloadObject;
  681. SDL_UnlockAudio;
  682. SDL_UnlockAudioDevice;
  683. SDL_UnlockJoysticks;
  684. SDL_UnlockMutex;
  685. SDL_UnlockSurface;
  686. SDL_UnlockTexture;
  687. SDL_UnregisterApp;
  688. SDL_UpdateGamepads;
  689. SDL_UpdateJoysticks;
  690. SDL_UpdateNVTexture;
  691. SDL_UpdateSensors;
  692. SDL_UpdateTexture;
  693. SDL_UpdateWindowSurface;
  694. SDL_UpdateWindowSurfaceRects;
  695. SDL_UpdateYUVTexture;
  696. SDL_Vulkan_CreateSurface;
  697. SDL_Vulkan_GetDrawableSize;
  698. SDL_Vulkan_GetInstanceExtensions;
  699. SDL_Vulkan_GetVkGetInstanceProcAddr;
  700. SDL_Vulkan_LoadLibrary;
  701. SDL_Vulkan_UnloadLibrary;
  702. SDL_WaitEvent;
  703. SDL_WaitEventTimeout;
  704. SDL_WaitThread;
  705. SDL_WarpMouseGlobal;
  706. SDL_WarpMouseInWindow;
  707. SDL_WasInit;
  708. SDL_WinRTGetDeviceFamily;
  709. SDL_WinRTGetFSPathUNICODE;
  710. SDL_WinRTGetFSPathUTF8;
  711. SDL_WriteBE16;
  712. SDL_WriteBE32;
  713. SDL_WriteBE64;
  714. SDL_WriteLE16;
  715. SDL_WriteLE32;
  716. SDL_WriteLE64;
  717. SDL_WriteU8;
  718. SDL_abs;
  719. SDL_acos;
  720. SDL_acosf;
  721. SDL_asin;
  722. SDL_asinf;
  723. SDL_asprintf;
  724. SDL_atan2;
  725. SDL_atan2f;
  726. SDL_atan;
  727. SDL_atanf;
  728. SDL_atof;
  729. SDL_atoi;
  730. SDL_bsearch;
  731. SDL_calloc;
  732. SDL_ceil;
  733. SDL_ceilf;
  734. SDL_copysign;
  735. SDL_copysignf;
  736. SDL_cos;
  737. SDL_cosf;
  738. SDL_crc16;
  739. SDL_crc32;
  740. SDL_exp;
  741. SDL_expf;
  742. SDL_fabs;
  743. SDL_fabsf;
  744. SDL_floor;
  745. SDL_floorf;
  746. SDL_fmod;
  747. SDL_fmodf;
  748. SDL_free;
  749. SDL_getenv;
  750. SDL_hid_ble_scan;
  751. SDL_hid_close;
  752. SDL_hid_device_change_count;
  753. SDL_hid_enumerate;
  754. SDL_hid_exit;
  755. SDL_hid_free_enumeration;
  756. SDL_hid_get_feature_report;
  757. SDL_hid_get_indexed_string;
  758. SDL_hid_get_manufacturer_string;
  759. SDL_hid_get_product_string;
  760. SDL_hid_get_serial_number_string;
  761. SDL_hid_init;
  762. SDL_hid_open;
  763. SDL_hid_open_path;
  764. SDL_hid_read;
  765. SDL_hid_read_timeout;
  766. SDL_hid_send_feature_report;
  767. SDL_hid_set_nonblocking;
  768. SDL_hid_write;
  769. SDL_iPhoneSetAnimationCallback;
  770. SDL_iPhoneSetEventPump;
  771. SDL_iconv;
  772. SDL_iconv_close;
  773. SDL_iconv_open;
  774. SDL_iconv_string;
  775. SDL_isalnum;
  776. SDL_isalpha;
  777. SDL_isblank;
  778. SDL_iscntrl;
  779. SDL_isdigit;
  780. SDL_isgraph;
  781. SDL_islower;
  782. SDL_isprint;
  783. SDL_ispunct;
  784. SDL_isspace;
  785. SDL_isupper;
  786. SDL_isxdigit;
  787. SDL_itoa;
  788. SDL_lltoa;
  789. SDL_log10;
  790. SDL_log10f;
  791. SDL_log;
  792. SDL_logf;
  793. SDL_lround;
  794. SDL_lroundf;
  795. SDL_ltoa;
  796. SDL_malloc;
  797. SDL_memcmp;
  798. SDL_memcpy;
  799. SDL_memmove;
  800. SDL_memset4;
  801. SDL_memset;
  802. SDL_pow;
  803. SDL_powf;
  804. SDL_qsort;
  805. SDL_realloc;
  806. SDL_round;
  807. SDL_roundf;
  808. SDL_scalbn;
  809. SDL_scalbnf;
  810. SDL_setenv;
  811. SDL_sin;
  812. SDL_sinf;
  813. SDL_snprintf;
  814. SDL_sqrt;
  815. SDL_sqrtf;
  816. SDL_sscanf;
  817. SDL_strcasecmp;
  818. SDL_strcasestr;
  819. SDL_strchr;
  820. SDL_strcmp;
  821. SDL_strdup;
  822. SDL_strlcat;
  823. SDL_strlcpy;
  824. SDL_strlen;
  825. SDL_strlwr;
  826. SDL_strncasecmp;
  827. SDL_strncmp;
  828. SDL_strrchr;
  829. SDL_strrev;
  830. SDL_strstr;
  831. SDL_strtod;
  832. SDL_strtokr;
  833. SDL_strtol;
  834. SDL_strtoll;
  835. SDL_strtoul;
  836. SDL_strtoull;
  837. SDL_strupr;
  838. SDL_tan;
  839. SDL_tanf;
  840. SDL_tolower;
  841. SDL_toupper;
  842. SDL_trunc;
  843. SDL_truncf;
  844. SDL_uitoa;
  845. SDL_ulltoa;
  846. SDL_ultoa;
  847. SDL_utf8strlcpy;
  848. SDL_utf8strlen;
  849. SDL_utf8strnlen;
  850. SDL_vasprintf;
  851. SDL_vsnprintf;
  852. SDL_vsscanf;
  853. SDL_wcscasecmp;
  854. SDL_wcscmp;
  855. SDL_wcsdup;
  856. SDL_wcslcat;
  857. SDL_wcslcpy;
  858. SDL_wcslen;
  859. SDL_wcsncasecmp;
  860. SDL_wcsncmp;
  861. SDL_wcsstr;
  862. # extra symbols go here (don't modify this line)
  863. local: *;
  864. };