SDL_dynapi.sym 26 KB

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