SDL_dynapi.sym 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992
  1. SDL3_0.0.0 {
  2. global:
  3. JNI_OnLoad;
  4. SDL_DYNAPI_entry;
  5. SDL_AddEventWatch;
  6. SDL_AddGamepadMapping;
  7. SDL_AddGamepadMappingsFromIO;
  8. SDL_AddHintCallback;
  9. SDL_AddTimer;
  10. SDL_AndroidBackButton;
  11. SDL_AndroidGetActivity;
  12. SDL_AndroidGetExternalStoragePath;
  13. SDL_AndroidGetExternalStorageState;
  14. SDL_AndroidGetInternalStoragePath;
  15. SDL_AndroidGetJNIEnv;
  16. SDL_AndroidRequestPermission;
  17. SDL_AndroidSendMessage;
  18. SDL_AndroidShowToast;
  19. SDL_AtomicAdd;
  20. SDL_AtomicCompareAndSwap;
  21. SDL_AtomicCompareAndSwapPointer;
  22. SDL_AtomicGet;
  23. SDL_AtomicGetPtr;
  24. SDL_LockSpinlock;
  25. SDL_AtomicSet;
  26. SDL_AtomicSetPtr;
  27. SDL_TryLockSpinlock;
  28. SDL_UnlockSpinlock;
  29. SDL_AttachVirtualJoystick;
  30. SDL_AttachVirtualJoystickEx;
  31. SDL_BlitSurface;
  32. SDL_BlitSurfaceScaled;
  33. SDL_BlitSurfaceUnchecked;
  34. SDL_BlitSurfaceUncheckedScaled;
  35. SDL_BroadcastCondition;
  36. SDL_CaptureMouse;
  37. SDL_CleanupTLS;
  38. SDL_ClearComposition;
  39. SDL_ClearError;
  40. SDL_CloseGamepad;
  41. SDL_CloseJoystick;
  42. SDL_CloseSensor;
  43. SDL_ComposeCustomBlendMode;
  44. SDL_ConvertEventToRenderCoordinates;
  45. SDL_ConvertPixels;
  46. SDL_ConvertSurface;
  47. SDL_ConvertSurfaceFormat;
  48. SDL_CreateColorCursor;
  49. SDL_CreateCondition;
  50. SDL_CreateCursor;
  51. SDL_CreateMutex;
  52. SDL_CreatePalette;
  53. SDL_CreatePixelFormat;
  54. SDL_CreatePopupWindow;
  55. SDL_CreateRWLock;
  56. SDL_CreateRenderer;
  57. SDL_CreateSemaphore;
  58. SDL_CreateSoftwareRenderer;
  59. SDL_CreateSurface;
  60. SDL_CreateSurfaceFrom;
  61. SDL_CreateSystemCursor;
  62. SDL_CreateTLS;
  63. SDL_CreateTexture;
  64. SDL_CreateTextureFromSurface;
  65. SDL_CreateThread;
  66. SDL_CreateThreadWithStackSize;
  67. SDL_CreateWindow;
  68. SDL_CreateWindowAndRenderer;
  69. SDL_CreateWindowWithProperties;
  70. SDL_CursorVisible;
  71. SDL_DXGIGetOutputInfo;
  72. SDL_DelEventWatch;
  73. SDL_DelHintCallback;
  74. SDL_Delay;
  75. SDL_DelayNS;
  76. SDL_DestroyCondition;
  77. SDL_DestroyCursor;
  78. SDL_DestroyMutex;
  79. SDL_DestroyPalette;
  80. SDL_DestroyPixelFormat;
  81. SDL_DestroyRWLock;
  82. SDL_DestroyRenderer;
  83. SDL_DestroySemaphore;
  84. SDL_DestroySurface;
  85. SDL_DestroyTexture;
  86. SDL_DestroyWindow;
  87. SDL_DestroyWindowSurface;
  88. SDL_DetachThread;
  89. SDL_DetachVirtualJoystick;
  90. SDL_Direct3D9GetAdapterIndex;
  91. SDL_DisableScreenSaver;
  92. SDL_DuplicateSurface;
  93. SDL_EGL_GetCurrentEGLConfig;
  94. SDL_EGL_GetCurrentEGLDisplay;
  95. SDL_EGL_GetProcAddress;
  96. SDL_EGL_GetWindowEGLSurface;
  97. SDL_EGL_SetEGLAttributeCallbacks;
  98. SDL_EnableScreenSaver;
  99. SDL_Error;
  100. SDL_EventEnabled;
  101. SDL_FillSurfaceRect;
  102. SDL_FillSurfaceRects;
  103. SDL_FilterEvents;
  104. SDL_FlashWindow;
  105. SDL_FlushEvent;
  106. SDL_FlushEvents;
  107. SDL_FlushRenderer;
  108. SDL_GDKGetTaskQueue;
  109. SDL_GDKSuspendComplete;
  110. SDL_GL_CreateContext;
  111. SDL_GL_DeleteContext;
  112. SDL_GL_ExtensionSupported;
  113. SDL_GL_GetAttribute;
  114. SDL_GL_GetCurrentContext;
  115. SDL_GL_GetCurrentWindow;
  116. SDL_GL_GetProcAddress;
  117. SDL_GL_GetSwapInterval;
  118. SDL_GL_LoadLibrary;
  119. SDL_GL_MakeCurrent;
  120. SDL_GL_ResetAttributes;
  121. SDL_GL_SetAttribute;
  122. SDL_GL_SetSwapInterval;
  123. SDL_GL_SwapWindow;
  124. SDL_GL_UnloadLibrary;
  125. SDL_GUIDFromString;
  126. SDL_GUIDToString;
  127. SDL_GamepadConnected;
  128. SDL_GamepadEventsEnabled;
  129. SDL_GamepadHasAxis;
  130. SDL_GamepadHasButton;
  131. SDL_GamepadHasSensor;
  132. SDL_GamepadSensorEnabled;
  133. SDL_GetAndroidSDKVersion;
  134. SDL_GetAssertionHandler;
  135. SDL_GetAssertionReport;
  136. SDL_GetBasePath;
  137. SDL_GetCPUCacheLineSize;
  138. SDL_GetCPUCount;
  139. SDL_GetClipboardData;
  140. SDL_GetClipboardText;
  141. SDL_GetClosestFullscreenDisplayMode;
  142. SDL_GetCurrentDisplayMode;
  143. SDL_GetCurrentDisplayOrientation;
  144. SDL_GetCurrentRenderOutputSize;
  145. SDL_GetCurrentVideoDriver;
  146. SDL_GetCursor;
  147. SDL_GetDefaultAssertionHandler;
  148. SDL_GetDefaultCursor;
  149. SDL_GetDesktopDisplayMode;
  150. SDL_GetDisplayBounds;
  151. SDL_GetDisplayContentScale;
  152. SDL_GetDisplayForPoint;
  153. SDL_GetDisplayForRect;
  154. SDL_GetDisplayForWindow;
  155. SDL_GetDisplayName;
  156. SDL_GetDisplayUsableBounds;
  157. SDL_GetDisplays;
  158. SDL_GetError;
  159. SDL_GetEventFilter;
  160. SDL_GetFullscreenDisplayModes;
  161. SDL_GetGamepadAppleSFSymbolsNameForAxis;
  162. SDL_GetGamepadAppleSFSymbolsNameForButton;
  163. SDL_GetGamepadAxis;
  164. SDL_GetGamepadAxisFromString;
  165. SDL_GetGamepadBindings;
  166. SDL_GetGamepadButton;
  167. SDL_GetGamepadButtonFromString;
  168. SDL_GetGamepadFirmwareVersion;
  169. SDL_GetGamepadFromInstanceID;
  170. SDL_GetGamepadFromPlayerIndex;
  171. SDL_GetGamepadInstanceGUID;
  172. SDL_GetGamepadInstanceMapping;
  173. SDL_GetGamepadInstanceName;
  174. SDL_GetGamepadInstancePath;
  175. SDL_GetGamepadInstancePlayerIndex;
  176. SDL_GetGamepadInstanceProduct;
  177. SDL_GetGamepadInstanceProductVersion;
  178. SDL_GetGamepadInstanceType;
  179. SDL_GetGamepadInstanceVendor;
  180. SDL_GetGamepadJoystick;
  181. SDL_GetGamepadMapping;
  182. SDL_GetGamepadMappingForGUID;
  183. SDL_GetGamepadName;
  184. SDL_GetGamepadPath;
  185. SDL_GetGamepadPlayerIndex;
  186. SDL_GetGamepadProduct;
  187. SDL_GetGamepadProductVersion;
  188. SDL_GetGamepadSensorData;
  189. SDL_GetGamepadSensorDataRate;
  190. SDL_GetGamepadSerial;
  191. SDL_GetGamepadStringForAxis;
  192. SDL_GetGamepadStringForButton;
  193. SDL_GetGamepadTouchpadFinger;
  194. SDL_GetGamepadType;
  195. SDL_GetGamepadVendor;
  196. SDL_GetGamepads;
  197. SDL_GetGlobalMouseState;
  198. SDL_GetGrabbedWindow;
  199. SDL_GetHint;
  200. SDL_GetHintBoolean;
  201. SDL_GetJoystickAxis;
  202. SDL_GetJoystickAxisInitialState;
  203. SDL_GetJoystickButton;
  204. SDL_GetJoystickFirmwareVersion;
  205. SDL_GetJoystickFromInstanceID;
  206. SDL_GetJoystickFromPlayerIndex;
  207. SDL_GetJoystickGUID;
  208. SDL_GetJoystickGUIDFromString;
  209. SDL_GetJoystickGUIDInfo;
  210. SDL_GetJoystickGUIDString;
  211. SDL_GetJoystickHat;
  212. SDL_GetJoystickInstanceGUID;
  213. SDL_GetJoystickInstanceID;
  214. SDL_GetJoystickInstanceName;
  215. SDL_GetJoystickInstancePath;
  216. SDL_GetJoystickInstancePlayerIndex;
  217. SDL_GetJoystickInstanceProduct;
  218. SDL_GetJoystickInstanceProductVersion;
  219. SDL_GetJoystickInstanceType;
  220. SDL_GetJoystickInstanceVendor;
  221. SDL_GetJoystickName;
  222. SDL_GetJoystickPath;
  223. SDL_GetJoystickPlayerIndex;
  224. SDL_GetJoystickPowerLevel;
  225. SDL_GetJoystickProduct;
  226. SDL_GetJoystickProductVersion;
  227. SDL_GetJoystickSerial;
  228. SDL_GetJoystickType;
  229. SDL_GetJoystickVendor;
  230. SDL_GetJoysticks;
  231. SDL_GetKeyFromName;
  232. SDL_GetKeyFromScancode;
  233. SDL_GetKeyName;
  234. SDL_GetKeyboardFocus;
  235. SDL_GetKeyboardState;
  236. SDL_GetMasksForPixelFormatEnum;
  237. SDL_GetMemoryFunctions;
  238. SDL_GetModState;
  239. SDL_GetMouseFocus;
  240. SDL_GetMouseState;
  241. SDL_GetNaturalDisplayOrientation;
  242. SDL_GetNumAllocations;
  243. SDL_GetNumGamepadTouchpadFingers;
  244. SDL_GetNumGamepadTouchpads;
  245. SDL_GetNumJoystickAxes;
  246. SDL_GetNumJoystickButtons;
  247. SDL_GetNumJoystickHats;
  248. SDL_GetNumRenderDrivers;
  249. SDL_GetNumTouchFingers;
  250. SDL_GetNumVideoDrivers;
  251. SDL_GetOriginalMemoryFunctions;
  252. SDL_GetUserFolder;
  253. SDL_GetPerformanceCounter;
  254. SDL_GetPerformanceFrequency;
  255. SDL_GetPixelFormatEnumForMasks;
  256. SDL_GetPixelFormatName;
  257. SDL_GetPlatform;
  258. SDL_GetPowerInfo;
  259. SDL_GetPrefPath;
  260. SDL_GetPreferredLocales;
  261. SDL_GetPrimaryDisplay;
  262. SDL_GetPrimarySelectionText;
  263. SDL_GetRGB;
  264. SDL_GetRGBA;
  265. SDL_GetRectAndLineIntersection;
  266. SDL_GetRectAndLineIntersectionFloat;
  267. SDL_GetRectEnclosingPoints;
  268. SDL_GetRectEnclosingPointsFloat;
  269. SDL_GetRectIntersection;
  270. SDL_GetRectIntersectionFloat;
  271. SDL_GetRectUnion;
  272. SDL_GetRectUnionFloat;
  273. SDL_GetRelativeMouseMode;
  274. SDL_GetRelativeMouseState;
  275. SDL_GetRenderClipRect;
  276. SDL_GetRenderDrawBlendMode;
  277. SDL_GetRenderDrawColor;
  278. SDL_GetRenderDriver;
  279. SDL_GetRenderLogicalPresentation;
  280. SDL_GetRenderMetalCommandEncoder;
  281. SDL_GetRenderMetalLayer;
  282. SDL_GetRenderOutputSize;
  283. SDL_GetRenderScale;
  284. SDL_GetRenderTarget;
  285. SDL_GetRenderVSync;
  286. SDL_GetRenderViewport;
  287. SDL_GetRenderWindow;
  288. SDL_GetRenderer;
  289. SDL_GetRendererInfo;
  290. SDL_GetRevision;
  291. SDL_GetScancodeFromKey;
  292. SDL_GetScancodeFromName;
  293. SDL_GetScancodeName;
  294. SDL_GetSemaphoreValue;
  295. SDL_GetSensorData;
  296. SDL_GetSensorFromInstanceID;
  297. SDL_GetSensorInstanceID;
  298. SDL_GetSensorInstanceName;
  299. SDL_GetSensorInstanceNonPortableType;
  300. SDL_GetSensorInstanceType;
  301. SDL_GetSensorName;
  302. SDL_GetSensorNonPortableType;
  303. SDL_GetSensorType;
  304. SDL_GetSensors;
  305. SDL_GetSurfaceAlphaMod;
  306. SDL_GetSurfaceBlendMode;
  307. SDL_GetSurfaceClipRect;
  308. SDL_GetSurfaceColorKey;
  309. SDL_GetSurfaceColorMod;
  310. SDL_GetSystemRAM;
  311. SDL_GetSystemTheme;
  312. SDL_GetTLS;
  313. SDL_GetTextureAlphaMod;
  314. SDL_GetTextureBlendMode;
  315. SDL_GetTextureColorMod;
  316. SDL_GetTextureScaleMode;
  317. SDL_GetThreadID;
  318. SDL_GetThreadName;
  319. SDL_GetTicks;
  320. SDL_GetTicksNS;
  321. SDL_GetTouchDeviceType;
  322. SDL_GetTouchFinger;
  323. SDL_GetVersion;
  324. SDL_GetVideoDriver;
  325. SDL_GetWindowBordersSize;
  326. SDL_GetWindowDisplayScale;
  327. SDL_GetWindowFlags;
  328. SDL_GetWindowFromID;
  329. SDL_GetWindowFullscreenMode;
  330. SDL_GetWindowGrab;
  331. SDL_GetWindowICCProfile;
  332. SDL_GetWindowID;
  333. SDL_GetWindowKeyboardGrab;
  334. SDL_GetWindowMaximumSize;
  335. SDL_GetWindowMinimumSize;
  336. SDL_GetWindowMouseGrab;
  337. SDL_GetWindowMouseRect;
  338. SDL_GetWindowOpacity;
  339. SDL_GetWindowParent;
  340. SDL_GetWindowPixelDensity;
  341. SDL_GetWindowPixelFormat;
  342. SDL_GetWindowPosition;
  343. SDL_GetWindowSize;
  344. SDL_GetWindowSizeInPixels;
  345. SDL_GetWindowSurface;
  346. SDL_GetWindowTitle;
  347. SDL_CloseHaptic;
  348. SDL_DestroyHapticEffect;
  349. SDL_HapticEffectSupported;
  350. SDL_GetHapticEffectStatus;
  351. SDL_CreateHapticEffect;
  352. SDL_GetNumHapticAxes;
  353. SDL_GetMaxHapticEffects;
  354. SDL_GetMaxHapticEffectsPlaying;
  355. SDL_OpenHaptic;
  356. SDL_OpenHapticFromJoystick;
  357. SDL_OpenHapticFromMouse;
  358. SDL_PauseHaptic;
  359. SDL_GetHapticFeatures;
  360. SDL_InitHapticRumble;
  361. SDL_PlayHapticRumble;
  362. SDL_StopHapticRumble;
  363. SDL_HapticRumbleSupported;
  364. SDL_RunHapticEffect;
  365. SDL_SetHapticAutocenter;
  366. SDL_SetHapticGain;
  367. SDL_StopHapticEffects;
  368. SDL_StopHapticEffect;
  369. SDL_ResumeHaptic;
  370. SDL_UpdateHapticEffect;
  371. SDL_HasARMSIMD;
  372. SDL_HasAVX2;
  373. SDL_HasAVX512F;
  374. SDL_HasAVX;
  375. SDL_HasAltiVec;
  376. SDL_HasClipboardData;
  377. SDL_HasClipboardText;
  378. SDL_HasEvent;
  379. SDL_HasEvents;
  380. SDL_HasLASX;
  381. SDL_HasLSX;
  382. SDL_HasMMX;
  383. SDL_HasNEON;
  384. SDL_HasPrimarySelectionText;
  385. SDL_HasRectIntersection;
  386. SDL_HasRectIntersectionFloat;
  387. SDL_HasSSE2;
  388. SDL_HasSSE3;
  389. SDL_HasSSE41;
  390. SDL_HasSSE42;
  391. SDL_HasSSE;
  392. SDL_HasScreenKeyboardSupport;
  393. SDL_WindowHasSurface;
  394. SDL_HideCursor;
  395. SDL_HideWindow;
  396. SDL_Init;
  397. SDL_InitSubSystem;
  398. SDL_IsAndroidTV;
  399. SDL_IsChromebook;
  400. SDL_IsDeXMode;
  401. SDL_IsGamepad;
  402. SDL_IsJoystickVirtual;
  403. SDL_IsTablet;
  404. SDL_JoystickConnected;
  405. SDL_JoystickEventsEnabled;
  406. SDL_IsJoystickHaptic;
  407. SDL_LinuxSetThreadPriority;
  408. SDL_LinuxSetThreadPriorityAndPolicy;
  409. SDL_LoadBMP;
  410. SDL_LoadBMP_IO;
  411. SDL_LoadFile;
  412. SDL_LoadFile_IO;
  413. SDL_LoadFunction;
  414. SDL_LoadObject;
  415. SDL_LockJoysticks;
  416. SDL_LockMutex;
  417. SDL_LockRWLockForReading;
  418. SDL_LockRWLockForWriting;
  419. SDL_LockSurface;
  420. SDL_LockTexture;
  421. SDL_LockTextureToSurface;
  422. SDL_Log;
  423. SDL_LogCritical;
  424. SDL_LogDebug;
  425. SDL_LogError;
  426. SDL_LogGetOutputFunction;
  427. SDL_LogGetPriority;
  428. SDL_LogInfo;
  429. SDL_LogMessage;
  430. SDL_LogMessageV;
  431. SDL_LogResetPriorities;
  432. SDL_LogSetAllPriority;
  433. SDL_LogSetOutputFunction;
  434. SDL_LogSetPriority;
  435. SDL_LogVerbose;
  436. SDL_LogWarn;
  437. SDL_MapRGB;
  438. SDL_MapRGBA;
  439. SDL_MaximizeWindow;
  440. SDL_MemoryBarrierAcquireFunction;
  441. SDL_MemoryBarrierReleaseFunction;
  442. SDL_Metal_CreateView;
  443. SDL_Metal_DestroyView;
  444. SDL_Metal_GetLayer;
  445. SDL_MinimizeWindow;
  446. SDL_IsMouseHaptic;
  447. SDL_OnApplicationDidBecomeActive;
  448. SDL_OnApplicationDidChangeStatusBarOrientation;
  449. SDL_OnApplicationDidEnterBackground;
  450. SDL_OnApplicationDidReceiveMemoryWarning;
  451. SDL_OnApplicationWillEnterForeground;
  452. SDL_OnApplicationWillResignActive;
  453. SDL_OnApplicationWillTerminate;
  454. SDL_OpenGamepad;
  455. SDL_OpenJoystick;
  456. SDL_OpenSensor;
  457. SDL_OpenURL;
  458. SDL_PeepEvents;
  459. SDL_PollEvent;
  460. SDL_PostSemaphore;
  461. SDL_PremultiplyAlpha;
  462. SDL_PumpEvents;
  463. SDL_PushEvent;
  464. SDL_QueryTexture;
  465. SDL_Quit;
  466. SDL_QuitSubSystem;
  467. SDL_IOFromConstMem;
  468. SDL_IOFromFile;
  469. SDL_IOFromMem;
  470. SDL_ReadIO;
  471. SDL_SeekIO;
  472. SDL_SizeIO;
  473. SDL_TellIO;
  474. SDL_WriteIO;
  475. SDL_RaiseWindow;
  476. SDL_ReadU16BE;
  477. SDL_ReadU32BE;
  478. SDL_ReadU64BE;
  479. SDL_ReadU16LE;
  480. SDL_ReadU32LE;
  481. SDL_ReadU64LE;
  482. SDL_ReadU8;
  483. SDL_RegisterApp;
  484. SDL_RegisterEvents;
  485. SDL_RemoveTimer;
  486. SDL_RenderClear;
  487. SDL_RenderClipEnabled;
  488. SDL_RenderCoordinatesFromWindow;
  489. SDL_RenderCoordinatesToWindow;
  490. SDL_RenderFillRect;
  491. SDL_RenderFillRects;
  492. SDL_RenderGeometry;
  493. SDL_RenderGeometryRaw;
  494. SDL_RenderLine;
  495. SDL_RenderLines;
  496. SDL_RenderPoint;
  497. SDL_RenderPoints;
  498. SDL_RenderPresent;
  499. SDL_RenderReadPixels;
  500. SDL_RenderRect;
  501. SDL_RenderRects;
  502. SDL_RenderTexture;
  503. SDL_RenderTextureRotated;
  504. SDL_ReportAssertion;
  505. SDL_ResetAssertionReport;
  506. SDL_ResetHint;
  507. SDL_ResetHints;
  508. SDL_ResetKeyboard;
  509. SDL_RestoreWindow;
  510. SDL_RumbleGamepad;
  511. SDL_RumbleGamepadTriggers;
  512. SDL_RumbleJoystick;
  513. SDL_RumbleJoystickTriggers;
  514. SDL_RunApp;
  515. SDL_SIMDGetAlignment;
  516. SDL_SaveBMP;
  517. SDL_SaveBMP_IO;
  518. SDL_ScreenKeyboardShown;
  519. SDL_ScreenSaverEnabled;
  520. SDL_SendGamepadEffect;
  521. SDL_SendJoystickEffect;
  522. SDL_SetAssertionHandler;
  523. SDL_SetAudioStreamFormat;
  524. SDL_SetClipboardData;
  525. SDL_SetClipboardText;
  526. SDL_SetCursor;
  527. SDL_SetError;
  528. SDL_SetEventEnabled;
  529. SDL_SetEventFilter;
  530. SDL_SetGamepadEventsEnabled;
  531. SDL_SetGamepadLED;
  532. SDL_SetGamepadPlayerIndex;
  533. SDL_SetGamepadSensorEnabled;
  534. SDL_SetHint;
  535. SDL_SetHintWithPriority;
  536. SDL_SetJoystickEventsEnabled;
  537. SDL_SetJoystickLED;
  538. SDL_SetJoystickPlayerIndex;
  539. SDL_SetJoystickVirtualAxis;
  540. SDL_SetJoystickVirtualButton;
  541. SDL_SetJoystickVirtualHat;
  542. SDL_SetMainReady;
  543. SDL_SetMemoryFunctions;
  544. SDL_SetModState;
  545. SDL_SetPaletteColors;
  546. SDL_SetPixelFormatPalette;
  547. SDL_SetPrimarySelectionText;
  548. SDL_SetRelativeMouseMode;
  549. SDL_SetRenderClipRect;
  550. SDL_SetRenderDrawBlendMode;
  551. SDL_SetRenderDrawColor;
  552. SDL_SetRenderLogicalPresentation;
  553. SDL_SetRenderScale;
  554. SDL_SetRenderTarget;
  555. SDL_SetRenderVSync;
  556. SDL_SetRenderViewport;
  557. SDL_SetSurfaceAlphaMod;
  558. SDL_SetSurfaceBlendMode;
  559. SDL_SetSurfaceClipRect;
  560. SDL_SetSurfaceColorKey;
  561. SDL_SetSurfaceColorMod;
  562. SDL_SetSurfacePalette;
  563. SDL_SetSurfaceRLE;
  564. SDL_SetTLS;
  565. SDL_SetTextInputRect;
  566. SDL_SetTextureAlphaMod;
  567. SDL_SetTextureBlendMode;
  568. SDL_SetTextureColorMod;
  569. SDL_SetTextureScaleMode;
  570. SDL_SetThreadPriority;
  571. SDL_SetWindowAlwaysOnTop;
  572. SDL_SetWindowBordered;
  573. SDL_SetWindowFullscreen;
  574. SDL_SetWindowFullscreenMode;
  575. SDL_SetWindowGrab;
  576. SDL_SetWindowHitTest;
  577. SDL_SetWindowIcon;
  578. SDL_SetWindowInputFocus;
  579. SDL_SetWindowKeyboardGrab;
  580. SDL_SetWindowMaximumSize;
  581. SDL_SetWindowMinimumSize;
  582. SDL_SetWindowModalFor;
  583. SDL_SetWindowMouseGrab;
  584. SDL_SetWindowMouseRect;
  585. SDL_SetWindowOpacity;
  586. SDL_SetWindowPosition;
  587. SDL_SetWindowResizable;
  588. SDL_SetWindowSize;
  589. SDL_SetWindowTitle;
  590. SDL_SetWindowsMessageHook;
  591. SDL_ShowCursor;
  592. SDL_ShowMessageBox;
  593. SDL_ShowSimpleMessageBox;
  594. SDL_ShowWindow;
  595. SDL_SignalCondition;
  596. SDL_SoftStretch;
  597. SDL_StartTextInput;
  598. SDL_StopTextInput;
  599. SDL_SurfaceHasColorKey;
  600. SDL_SurfaceHasRLE;
  601. SDL_TextInputActive;
  602. SDL_TextInputShown;
  603. SDL_GetCurrentThreadID;
  604. SDL_TryLockMutex;
  605. SDL_TryLockRWLockForReading;
  606. SDL_TryLockRWLockForWriting;
  607. SDL_TryWaitSemaphore;
  608. SDL_UnloadObject;
  609. SDL_UnlockJoysticks;
  610. SDL_UnlockMutex;
  611. SDL_UnlockRWLock;
  612. SDL_UnlockSurface;
  613. SDL_UnlockTexture;
  614. SDL_UnregisterApp;
  615. SDL_UpdateGamepads;
  616. SDL_UpdateJoysticks;
  617. SDL_UpdateNVTexture;
  618. SDL_UpdateSensors;
  619. SDL_UpdateTexture;
  620. SDL_UpdateWindowSurface;
  621. SDL_UpdateWindowSurfaceRects;
  622. SDL_UpdateYUVTexture;
  623. SDL_Vulkan_CreateSurface;
  624. SDL_Vulkan_GetInstanceExtensions;
  625. SDL_Vulkan_GetVkGetInstanceProcAddr;
  626. SDL_Vulkan_LoadLibrary;
  627. SDL_Vulkan_UnloadLibrary;
  628. SDL_WaitCondition;
  629. SDL_WaitConditionTimeout;
  630. SDL_WaitEvent;
  631. SDL_WaitEventTimeout;
  632. SDL_WaitSemaphore;
  633. SDL_WaitSemaphoreTimeout;
  634. SDL_WaitThread;
  635. SDL_WarpMouseGlobal;
  636. SDL_WarpMouseInWindow;
  637. SDL_WasInit;
  638. SDL_WinRTGetDeviceFamily;
  639. SDL_WinRTGetFSPathUNICODE;
  640. SDL_WinRTGetFSPathUTF8;
  641. SDL_WriteU16BE;
  642. SDL_WriteU32BE;
  643. SDL_WriteU64BE;
  644. SDL_WriteU16LE;
  645. SDL_WriteU32LE;
  646. SDL_WriteU64LE;
  647. SDL_WriteU8;
  648. SDL_abs;
  649. SDL_acos;
  650. SDL_acosf;
  651. SDL_aligned_alloc;
  652. SDL_aligned_free;
  653. SDL_asin;
  654. SDL_asinf;
  655. SDL_asprintf;
  656. SDL_atan2;
  657. SDL_atan2f;
  658. SDL_atan;
  659. SDL_atanf;
  660. SDL_atof;
  661. SDL_atoi;
  662. SDL_bsearch;
  663. SDL_calloc;
  664. SDL_ceil;
  665. SDL_ceilf;
  666. SDL_copysign;
  667. SDL_copysignf;
  668. SDL_cos;
  669. SDL_cosf;
  670. SDL_crc16;
  671. SDL_crc32;
  672. SDL_exp;
  673. SDL_expf;
  674. SDL_fabs;
  675. SDL_fabsf;
  676. SDL_floor;
  677. SDL_floorf;
  678. SDL_fmod;
  679. SDL_fmodf;
  680. SDL_free;
  681. SDL_getenv;
  682. SDL_hid_ble_scan;
  683. SDL_hid_close;
  684. SDL_hid_device_change_count;
  685. SDL_hid_enumerate;
  686. SDL_hid_exit;
  687. SDL_hid_free_enumeration;
  688. SDL_hid_get_device_info;
  689. SDL_hid_get_feature_report;
  690. SDL_hid_get_indexed_string;
  691. SDL_hid_get_input_report;
  692. SDL_hid_get_manufacturer_string;
  693. SDL_hid_get_product_string;
  694. SDL_hid_get_report_descriptor;
  695. SDL_hid_get_serial_number_string;
  696. SDL_hid_init;
  697. SDL_hid_open;
  698. SDL_hid_open_path;
  699. SDL_hid_read;
  700. SDL_hid_read_timeout;
  701. SDL_hid_send_feature_report;
  702. SDL_hid_set_nonblocking;
  703. SDL_hid_write;
  704. SDL_iPhoneSetAnimationCallback;
  705. SDL_iPhoneSetEventPump;
  706. SDL_iconv;
  707. SDL_iconv_close;
  708. SDL_iconv_open;
  709. SDL_iconv_string;
  710. SDL_isalnum;
  711. SDL_isalpha;
  712. SDL_isblank;
  713. SDL_iscntrl;
  714. SDL_isdigit;
  715. SDL_isgraph;
  716. SDL_islower;
  717. SDL_isprint;
  718. SDL_ispunct;
  719. SDL_isspace;
  720. SDL_isupper;
  721. SDL_isxdigit;
  722. SDL_itoa;
  723. SDL_lltoa;
  724. SDL_log10;
  725. SDL_log10f;
  726. SDL_log;
  727. SDL_logf;
  728. SDL_lround;
  729. SDL_lroundf;
  730. SDL_ltoa;
  731. SDL_malloc;
  732. SDL_memcmp;
  733. SDL_memcpy;
  734. SDL_memmove;
  735. SDL_memset4;
  736. SDL_memset;
  737. SDL_modf;
  738. SDL_modff;
  739. SDL_pow;
  740. SDL_powf;
  741. SDL_qsort;
  742. SDL_realloc;
  743. SDL_round;
  744. SDL_roundf;
  745. SDL_scalbn;
  746. SDL_scalbnf;
  747. SDL_setenv;
  748. SDL_sin;
  749. SDL_sinf;
  750. SDL_snprintf;
  751. SDL_sqrt;
  752. SDL_sqrtf;
  753. SDL_sscanf;
  754. SDL_strcasecmp;
  755. SDL_strcasestr;
  756. SDL_strchr;
  757. SDL_strcmp;
  758. SDL_strdup;
  759. SDL_strlcat;
  760. SDL_strlcpy;
  761. SDL_strlen;
  762. SDL_strlwr;
  763. SDL_strncasecmp;
  764. SDL_strncmp;
  765. SDL_strrchr;
  766. SDL_strrev;
  767. SDL_strstr;
  768. SDL_strtod;
  769. SDL_strtok_r;
  770. SDL_strtol;
  771. SDL_strtoll;
  772. SDL_strtoul;
  773. SDL_strtoull;
  774. SDL_strupr;
  775. SDL_swprintf;
  776. SDL_tan;
  777. SDL_tanf;
  778. SDL_tolower;
  779. SDL_toupper;
  780. SDL_trunc;
  781. SDL_truncf;
  782. SDL_uitoa;
  783. SDL_ulltoa;
  784. SDL_ultoa;
  785. SDL_utf8strlcpy;
  786. SDL_utf8strlen;
  787. SDL_utf8strnlen;
  788. SDL_vasprintf;
  789. SDL_vsnprintf;
  790. SDL_vsscanf;
  791. SDL_vswprintf;
  792. SDL_wcscasecmp;
  793. SDL_wcscmp;
  794. SDL_wcsdup;
  795. SDL_wcslcat;
  796. SDL_wcslcpy;
  797. SDL_wcslen;
  798. SDL_wcsncasecmp;
  799. SDL_wcsncmp;
  800. SDL_wcsstr;
  801. SDL_wcstol;
  802. SDL_ClearClipboardData;
  803. SDL_GetGamepadInstanceID;
  804. SDL_GetGamepadPowerLevel;
  805. SDL_SetGamepadMapping;
  806. SDL_strndup;
  807. SDL_GetGamepadTypeFromString;
  808. SDL_GetGamepadStringForType;
  809. SDL_GetRealGamepadInstanceType;
  810. SDL_GetRealGamepadType;
  811. SDL_wcsnlen;
  812. SDL_strnlen;
  813. SDL_AddGamepadMappingsFromFile;
  814. SDL_ReloadGamepadMappings;
  815. SDL_GetNumAudioDrivers;
  816. SDL_GetAudioDriver;
  817. SDL_GetCurrentAudioDriver;
  818. SDL_GetAudioOutputDevices;
  819. SDL_GetAudioCaptureDevices;
  820. SDL_GetAudioDeviceName;
  821. SDL_GetAudioDeviceFormat;
  822. SDL_OpenAudioDevice;
  823. SDL_CloseAudioDevice;
  824. SDL_BindAudioStreams;
  825. SDL_BindAudioStream;
  826. SDL_UnbindAudioStreams;
  827. SDL_UnbindAudioStream;
  828. SDL_CreateAudioStream;
  829. SDL_GetAudioStreamFormat;
  830. SDL_SetAudioStreamFormat;
  831. SDL_PutAudioStreamData;
  832. SDL_GetAudioStreamData;
  833. SDL_GetAudioStreamAvailable;
  834. SDL_FlushAudioStream;
  835. SDL_ClearAudioStream;
  836. SDL_LockAudioStream;
  837. SDL_UnlockAudioStream;
  838. SDL_SetAudioStreamGetCallback;
  839. SDL_SetAudioStreamPutCallback;
  840. SDL_DestroyAudioStream;
  841. SDL_OpenAudioDeviceStream;
  842. SDL_LoadWAV_IO;
  843. SDL_LoadWAV;
  844. SDL_MixAudioFormat;
  845. SDL_ConvertAudioSamples;
  846. SDL_GetSilenceValueForFormat;
  847. SDL_PauseAudioDevice;
  848. SDL_ResumeAudioDevice;
  849. SDL_AudioDevicePaused;
  850. SDL_GetAudioStreamDevice;
  851. SDL_ShowWindowSystemMenu;
  852. SDL_ReadS16LE;
  853. SDL_ReadS16BE;
  854. SDL_ReadS32LE;
  855. SDL_ReadS32BE;
  856. SDL_ReadS64LE;
  857. SDL_ReadS64BE;
  858. SDL_WriteS16LE;
  859. SDL_WriteS16BE;
  860. SDL_WriteS32LE;
  861. SDL_WriteS32BE;
  862. SDL_WriteS64LE;
  863. SDL_WriteS64BE;
  864. SDL_GDKGetDefaultUser;
  865. SDL_SetWindowFocusable;
  866. SDL_GetAudioStreamFrequencyRatio;
  867. SDL_SetAudioStreamFrequencyRatio;
  868. SDL_SetAudioPostmixCallback;
  869. SDL_GetAudioStreamQueued;
  870. SDL_CreateProperties;
  871. SDL_LockProperties;
  872. SDL_UnlockProperties;
  873. SDL_SetProperty;
  874. SDL_GetProperty;
  875. SDL_DestroyProperties;
  876. SDL_GetAudioStreamProperties;
  877. SDL_GetGamepadProperties;
  878. SDL_GetJoystickProperties;
  879. SDL_GetRendererProperties;
  880. SDL_GetTextureProperties;
  881. SDL_GetIOProperties;
  882. SDL_GetSensorProperties;
  883. SDL_GetSurfaceProperties;
  884. SDL_GetWindowProperties;
  885. SDL_ClearProperty;
  886. SDL_EnterAppMainCallbacks;
  887. SDL_IOprintf;
  888. SDL_IOvprintf;
  889. SDL_AllocateEventMemory;
  890. SDL_GetDisplayProperties;
  891. SDL_SetPropertyWithCleanup;
  892. SDL_SetX11EventHook;
  893. SDL_GetGlobalProperties;
  894. SDL_GetGamepadButtonLabelForType;
  895. SDL_GetGamepadButtonLabel;
  896. SDL_GetPens;
  897. SDL_GetPenStatus;
  898. SDL_GetPenFromGUID;
  899. SDL_GetPenGUID;
  900. SDL_PenConnected;
  901. SDL_GetPenName;
  902. SDL_GetPenCapabilities;
  903. SDL_GetPenType;
  904. SDL_GetPens;
  905. SDL_GetPenStatus;
  906. SDL_GetPenFromGUID;
  907. SDL_GetPenGUID;
  908. SDL_PenConnected;
  909. SDL_GetPenName;
  910. SDL_GetPenCapabilities;
  911. SDL_GetPenType;
  912. SDL_SetStringProperty;
  913. SDL_SetNumberProperty;
  914. SDL_SetFloatProperty;
  915. SDL_GetPropertyType;
  916. SDL_GetStringProperty;
  917. SDL_GetNumberProperty;
  918. SDL_GetFloatProperty;
  919. SDL_EnumerateProperties;
  920. SDL_SetBooleanProperty;
  921. SDL_GetBooleanProperty;
  922. SDL_CreateTextureWithProperties;
  923. SDL_CreateRendererWithProperties;
  924. SDL_GetGamepadMappings;
  925. SDL_GetTouchDevices;
  926. SDL_GetTouchDeviceName;
  927. SDL_strnstr;
  928. SDL_wcsnstr;
  929. SDL_SyncWindow;
  930. SDL_GetGamepadSteamHandle;
  931. SDL_GetRendererFromTexture;
  932. SDL_GetHaptics;
  933. SDL_GetHapticInstanceName;
  934. SDL_GetHapticFromInstanceID;
  935. SDL_GetHapticInstanceID;
  936. SDL_GetHapticName;
  937. SDL_ReadSurfacePixel;
  938. SDL_FlipSurface;
  939. SDL_SetTextureColorModFloat;
  940. SDL_GetTextureColorModFloat;
  941. SDL_SetTextureAlphaModFloat;
  942. SDL_GetTextureAlphaModFloat;
  943. SDL_SetRenderDrawColorFloat;
  944. SDL_GetRenderDrawColorFloat;
  945. SDL_ConvertPixelsAndColorspace;
  946. SDL_SetSurfaceColorspace;
  947. SDL_GetSurfaceColorspace;
  948. SDL_ConvertSurfaceFormatAndColorspace;
  949. SDL_CopyProperties;
  950. SDL_SetRenderColorScale;
  951. SDL_GetRenderColorScale;
  952. SDL_RenderGeometryRawFloat;
  953. SDL_SetWindowShape;
  954. SDL_RenderViewportSet;
  955. SDL_HasProperty;
  956. SDL_GetNumCameraDrivers;
  957. SDL_GetCameraDriver;
  958. SDL_GetCurrentCameraDriver;
  959. SDL_GetCameraDevices;
  960. SDL_GetCameraDeviceSupportedFormats;
  961. SDL_GetCameraDeviceName;
  962. SDL_OpenCameraDevice;
  963. SDL_GetCameraInstanceID;
  964. SDL_GetCameraProperties;
  965. SDL_GetCameraFormat;
  966. SDL_AcquireCameraFrame;
  967. SDL_ReleaseCameraFrame;
  968. SDL_CloseCamera;
  969. SDL_GetCameraPermissionState;
  970. SDL_GetCameraDevicePosition;
  971. SDL_qsort_r;
  972. SDL_bsearch_r;
  973. SDL_AddVulkanRenderSemaphores;
  974. SDL_GetNumJoystickBalls;
  975. SDL_GetJoystickBall;
  976. SDL_ShowOpenFileDialog;
  977. SDL_ShowSaveFileDialog;
  978. SDL_ShowOpenFolderDialog;
  979. SDL_OpenIO;
  980. SDL_CloseIO;
  981. SDL_GetIOStatus;
  982. SDL_OpenTitleStorage;
  983. SDL_OpenUserStorage;
  984. SDL_OpenStorage;
  985. SDL_CloseStorage;
  986. SDL_StorageReady;
  987. SDL_GetStorageFileSize;
  988. SDL_ReadStorageFile;
  989. SDL_GetStorageSpaceRemaining;
  990. # extra symbols go here (don't modify this line)
  991. local: *;
  992. };