SDL_dynapi.sym 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  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_GetLogOutputFunction;
  427. SDL_LogGetPriority;
  428. SDL_LogInfo;
  429. SDL_LogMessage;
  430. SDL_LogMessageV;
  431. SDL_LogResetPriorities;
  432. SDL_LogSetAllPriority;
  433. SDL_SetLogOutputFunction;
  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_GetIOSize;
  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. SDL_CreateDirectory;
  991. SDL_EnumerateDirectory;
  992. SDL_RemovePath;
  993. SDL_RenamePath;
  994. SDL_GetPathInfo;
  995. SDL_FileTimeToWindows;
  996. SDL_OpenFileStorage;
  997. SDL_CreateStorageDirectory;
  998. SDL_EnumerateStorageDirectory;
  999. SDL_RemoveStoragePath;
  1000. SDL_RenameStoragePath;
  1001. SDL_GetStoragePathInfo;
  1002. SDL_FileTimeFromWindows;
  1003. SDL_IOFromDynamicMem;
  1004. # extra symbols go here (don't modify this line)
  1005. local: *;
  1006. };