SDL_dynapi.sym 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  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_GetWindowSafeArea;
  488. SDL_GetWindowSize;
  489. SDL_GetWindowSizeInPixels;
  490. SDL_GetWindowSurface;
  491. SDL_GetWindowSurfaceVSync;
  492. SDL_GetWindowTitle;
  493. SDL_GetWindows;
  494. SDL_GlobDirectory;
  495. SDL_GlobStorageDirectory;
  496. SDL_HapticEffectSupported;
  497. SDL_HapticRumbleSupported;
  498. SDL_HasARMSIMD;
  499. SDL_HasAVX2;
  500. SDL_HasAVX512F;
  501. SDL_HasAVX;
  502. SDL_HasAltiVec;
  503. SDL_HasClipboardData;
  504. SDL_HasClipboardText;
  505. SDL_HasEvent;
  506. SDL_HasEvents;
  507. SDL_HasGamepad;
  508. SDL_HasJoystick;
  509. SDL_HasKeyboard;
  510. SDL_HasLASX;
  511. SDL_HasLSX;
  512. SDL_HasMMX;
  513. SDL_HasMouse;
  514. SDL_HasNEON;
  515. SDL_HasPrimarySelectionText;
  516. SDL_HasProperty;
  517. SDL_HasRectIntersection;
  518. SDL_HasRectIntersectionFloat;
  519. SDL_HasSSE2;
  520. SDL_HasSSE3;
  521. SDL_HasSSE41;
  522. SDL_HasSSE42;
  523. SDL_HasSSE;
  524. SDL_HasScreenKeyboardSupport;
  525. SDL_HideCursor;
  526. SDL_HideWindow;
  527. SDL_IOFromConstMem;
  528. SDL_IOFromDynamicMem;
  529. SDL_IOFromFile;
  530. SDL_IOFromMem;
  531. SDL_IOprintf;
  532. SDL_IOvprintf;
  533. SDL_Init;
  534. SDL_InitHapticRumble;
  535. SDL_InitSubSystem;
  536. SDL_IsAndroidTV;
  537. SDL_IsChromebook;
  538. SDL_IsDeXMode;
  539. SDL_IsGamepad;
  540. SDL_IsJoystickHaptic;
  541. SDL_IsJoystickVirtual;
  542. SDL_IsMouseHaptic;
  543. SDL_IsTablet;
  544. SDL_JoystickConnected;
  545. SDL_JoystickEventsEnabled;
  546. SDL_LoadBMP;
  547. SDL_LoadBMP_IO;
  548. SDL_LoadFile;
  549. SDL_LoadFile_IO;
  550. SDL_LoadFunction;
  551. SDL_LoadObject;
  552. SDL_LoadWAV;
  553. SDL_LoadWAV_IO;
  554. SDL_LockAudioStream;
  555. SDL_LockJoysticks;
  556. SDL_LockMutex;
  557. SDL_LockProperties;
  558. SDL_LockRWLockForReading;
  559. SDL_LockRWLockForWriting;
  560. SDL_LockSpinlock;
  561. SDL_LockSurface;
  562. SDL_LockTexture;
  563. SDL_LockTextureToSurface;
  564. SDL_Log;
  565. SDL_LogCritical;
  566. SDL_LogDebug;
  567. SDL_LogError;
  568. SDL_LogInfo;
  569. SDL_LogMessage;
  570. SDL_LogMessageV;
  571. SDL_LogVerbose;
  572. SDL_LogWarn;
  573. SDL_MapRGB;
  574. SDL_MapRGBA;
  575. SDL_MapSurfaceRGB;
  576. SDL_MapSurfaceRGBA;
  577. SDL_MaximizeWindow;
  578. SDL_MemoryBarrierAcquireFunction;
  579. SDL_MemoryBarrierReleaseFunction;
  580. SDL_Metal_CreateView;
  581. SDL_Metal_DestroyView;
  582. SDL_Metal_GetLayer;
  583. SDL_MinimizeWindow;
  584. SDL_MixAudio;
  585. SDL_OnApplicationDidEnterForeground;
  586. SDL_OnApplicationDidChangeStatusBarOrientation;
  587. SDL_OnApplicationDidEnterBackground;
  588. SDL_OnApplicationDidReceiveMemoryWarning;
  589. SDL_OnApplicationWillEnterForeground;
  590. SDL_OnApplicationWillEnterBackground;
  591. SDL_OnApplicationWillTerminate;
  592. SDL_OpenAudioDevice;
  593. SDL_OpenAudioDeviceStream;
  594. SDL_OpenCamera;
  595. SDL_OpenFileStorage;
  596. SDL_OpenGamepad;
  597. SDL_OpenHaptic;
  598. SDL_OpenHapticFromJoystick;
  599. SDL_OpenHapticFromMouse;
  600. SDL_OpenIO;
  601. SDL_OpenJoystick;
  602. SDL_OpenSensor;
  603. SDL_OpenStorage;
  604. SDL_OpenTitleStorage;
  605. SDL_OpenURL;
  606. SDL_OpenUserStorage;
  607. SDL_OutOfMemory;
  608. SDL_PauseAudioDevice;
  609. SDL_PauseAudioStreamDevice;
  610. SDL_PauseHaptic;
  611. SDL_PeepEvents;
  612. SDL_PenConnected;
  613. SDL_PlayHapticRumble;
  614. SDL_PollEvent;
  615. SDL_PostSemaphore;
  616. SDL_PremultiplyAlpha;
  617. SDL_PremultiplySurfaceAlpha;
  618. SDL_PumpEvents;
  619. SDL_PushEvent;
  620. SDL_PutAudioStreamData;
  621. SDL_Quit;
  622. SDL_QuitSubSystem;
  623. SDL_RaiseWindow;
  624. SDL_ReadIO;
  625. SDL_ReadS16BE;
  626. SDL_ReadS16LE;
  627. SDL_ReadS32BE;
  628. SDL_ReadS32LE;
  629. SDL_ReadS64BE;
  630. SDL_ReadS64LE;
  631. SDL_ReadS8;
  632. SDL_ReadStorageFile;
  633. SDL_ReadSurfacePixel;
  634. SDL_ReadSurfacePixelFloat;
  635. SDL_ReadU16BE;
  636. SDL_ReadU16LE;
  637. SDL_ReadU32BE;
  638. SDL_ReadU32LE;
  639. SDL_ReadU64BE;
  640. SDL_ReadU64LE;
  641. SDL_ReadU8;
  642. SDL_RegisterApp;
  643. SDL_RegisterEvents;
  644. SDL_ReleaseCameraFrame;
  645. SDL_ReloadGamepadMappings;
  646. SDL_RemovePath;
  647. SDL_RemoveStoragePath;
  648. SDL_RemoveTimer;
  649. SDL_RenamePath;
  650. SDL_RenameStoragePath;
  651. SDL_RenderClear;
  652. SDL_RenderClipEnabled;
  653. SDL_RenderCoordinatesFromWindow;
  654. SDL_RenderCoordinatesToWindow;
  655. SDL_RenderFillRect;
  656. SDL_RenderFillRects;
  657. SDL_RenderGeometry;
  658. SDL_RenderGeometryRaw;
  659. SDL_RenderLine;
  660. SDL_RenderLines;
  661. SDL_RenderPoint;
  662. SDL_RenderPoints;
  663. SDL_RenderPresent;
  664. SDL_RenderReadPixels;
  665. SDL_RenderRect;
  666. SDL_RenderRects;
  667. SDL_RenderTexture9Grid;
  668. SDL_RenderTexture;
  669. SDL_RenderTextureRotated;
  670. SDL_RenderTextureTiled;
  671. SDL_RenderViewportSet;
  672. SDL_ReportAssertion;
  673. SDL_RequestAndroidPermission;
  674. SDL_ResetAssertionReport;
  675. SDL_ResetHint;
  676. SDL_ResetHints;
  677. SDL_ResetKeyboard;
  678. SDL_ResetLogPriorities;
  679. SDL_RestoreWindow;
  680. SDL_ResumeAudioDevice;
  681. SDL_ResumeAudioStreamDevice;
  682. SDL_ResumeHaptic;
  683. SDL_RumbleGamepad;
  684. SDL_RumbleGamepadTriggers;
  685. SDL_RumbleJoystick;
  686. SDL_RumbleJoystickTriggers;
  687. SDL_RunApp;
  688. SDL_RunHapticEffect;
  689. SDL_SaveBMP;
  690. SDL_SaveBMP_IO;
  691. SDL_ScreenKeyboardShown;
  692. SDL_ScreenSaverEnabled;
  693. SDL_SeekIO;
  694. SDL_SendAndroidBackButton;
  695. SDL_SendAndroidMessage;
  696. SDL_SendGamepadEffect;
  697. SDL_SendJoystickEffect;
  698. SDL_SendJoystickVirtualSensorData;
  699. SDL_SetAssertionHandler;
  700. SDL_SetAudioDeviceGain;
  701. SDL_SetAudioPostmixCallback;
  702. SDL_SetAudioStreamFormat;
  703. SDL_SetAudioStreamFrequencyRatio;
  704. SDL_SetAudioStreamGain;
  705. SDL_SetAudioStreamGetCallback;
  706. SDL_SetAudioStreamInputChannelMap;
  707. SDL_SetAudioStreamOutputChannelMap;
  708. SDL_SetAudioStreamPutCallback;
  709. SDL_SetBooleanProperty;
  710. SDL_SetClipboardData;
  711. SDL_SetClipboardText;
  712. SDL_SetCursor;
  713. SDL_SetError;
  714. SDL_SetEventEnabled;
  715. SDL_SetEventFilter;
  716. SDL_SetFloatProperty;
  717. SDL_SetGamepadEventsEnabled;
  718. SDL_SetGamepadLED;
  719. SDL_SetGamepadMapping;
  720. SDL_SetGamepadPlayerIndex;
  721. SDL_SetGamepadSensorEnabled;
  722. SDL_SetHapticAutocenter;
  723. SDL_SetHapticGain;
  724. SDL_SetHint;
  725. SDL_SetHintWithPriority;
  726. SDL_SetJoystickEventsEnabled;
  727. SDL_SetJoystickLED;
  728. SDL_SetJoystickPlayerIndex;
  729. SDL_SetJoystickVirtualAxis;
  730. SDL_SetJoystickVirtualBall;
  731. SDL_SetJoystickVirtualButton;
  732. SDL_SetJoystickVirtualHat;
  733. SDL_SetJoystickVirtualTouchpad;
  734. SDL_SetLinuxThreadPriority;
  735. SDL_SetLinuxThreadPriorityAndPolicy;
  736. SDL_SetLogOutputFunction;
  737. SDL_SetLogPriorities;
  738. SDL_SetLogPriority;
  739. SDL_SetMainReady;
  740. SDL_SetMemoryFunctions;
  741. SDL_SetModState;
  742. SDL_SetNumberProperty;
  743. SDL_SetPaletteColors;
  744. SDL_SetPointerProperty;
  745. SDL_SetPointerPropertyWithCleanup;
  746. SDL_SetPrimarySelectionText;
  747. SDL_SetRelativeMouseMode;
  748. SDL_SetRenderClipRect;
  749. SDL_SetRenderColorScale;
  750. SDL_SetRenderDrawBlendMode;
  751. SDL_SetRenderDrawColor;
  752. SDL_SetRenderDrawColorFloat;
  753. SDL_SetRenderLogicalPresentation;
  754. SDL_SetRenderScale;
  755. SDL_SetRenderTarget;
  756. SDL_SetRenderVSync;
  757. SDL_SetRenderViewport;
  758. SDL_SetScancodeName;
  759. SDL_SetStringProperty;
  760. SDL_SetSurfaceAlphaMod;
  761. SDL_SetSurfaceBlendMode;
  762. SDL_SetSurfaceClipRect;
  763. SDL_SetSurfaceColorKey;
  764. SDL_SetSurfaceColorMod;
  765. SDL_SetSurfaceColorspace;
  766. SDL_SetSurfacePalette;
  767. SDL_SetSurfaceRLE;
  768. SDL_SetTLS;
  769. SDL_SetTextInputArea;
  770. SDL_SetTextureAlphaMod;
  771. SDL_SetTextureAlphaModFloat;
  772. SDL_SetTextureBlendMode;
  773. SDL_SetTextureColorMod;
  774. SDL_SetTextureColorModFloat;
  775. SDL_SetTextureScaleMode;
  776. SDL_SetThreadPriority;
  777. SDL_SetWindowAlwaysOnTop;
  778. SDL_SetWindowAspectRatio;
  779. SDL_SetWindowBordered;
  780. SDL_SetWindowFocusable;
  781. SDL_SetWindowFullscreen;
  782. SDL_SetWindowFullscreenMode;
  783. SDL_SetWindowHitTest;
  784. SDL_SetWindowIcon;
  785. SDL_SetWindowKeyboardGrab;
  786. SDL_SetWindowMaximumSize;
  787. SDL_SetWindowMinimumSize;
  788. SDL_SetWindowModalFor;
  789. SDL_SetWindowMouseGrab;
  790. SDL_SetWindowMouseRect;
  791. SDL_SetWindowOpacity;
  792. SDL_SetWindowPosition;
  793. SDL_SetWindowResizable;
  794. SDL_SetWindowShape;
  795. SDL_SetWindowSize;
  796. SDL_SetWindowSurfaceVSync;
  797. SDL_SetWindowTitle;
  798. SDL_SetWindowsMessageHook;
  799. SDL_SetX11EventHook;
  800. SDL_SetiOSAnimationCallback;
  801. SDL_SetiOSEventPump;
  802. SDL_ShowAndroidToast;
  803. SDL_ShowCursor;
  804. SDL_ShowMessageBox;
  805. SDL_ShowOpenFileDialog;
  806. SDL_ShowOpenFolderDialog;
  807. SDL_ShowSaveFileDialog;
  808. SDL_ShowSimpleMessageBox;
  809. SDL_ShowWindow;
  810. SDL_ShowWindowSystemMenu;
  811. SDL_SignalCondition;
  812. SDL_StartTextInput;
  813. SDL_StepUTF8;
  814. SDL_StopHapticEffect;
  815. SDL_StopHapticEffects;
  816. SDL_StopHapticRumble;
  817. SDL_StopTextInput;
  818. SDL_StorageReady;
  819. SDL_StringToGUID;
  820. SDL_SurfaceHasColorKey;
  821. SDL_SurfaceHasRLE;
  822. SDL_SyncWindow;
  823. SDL_TellIO;
  824. SDL_TextInputActive;
  825. SDL_TimeFromWindows;
  826. SDL_TimeToDateTime;
  827. SDL_TimeToWindows;
  828. SDL_TryLockMutex;
  829. SDL_TryLockRWLockForReading;
  830. SDL_TryLockRWLockForWriting;
  831. SDL_TryLockSpinlock;
  832. SDL_TryWaitSemaphore;
  833. SDL_UCS4ToUTF8;
  834. SDL_UnbindAudioStream;
  835. SDL_UnbindAudioStreams;
  836. SDL_UnloadObject;
  837. SDL_UnlockAudioStream;
  838. SDL_UnlockJoysticks;
  839. SDL_UnlockMutex;
  840. SDL_UnlockProperties;
  841. SDL_UnlockRWLock;
  842. SDL_UnlockSpinlock;
  843. SDL_UnlockSurface;
  844. SDL_UnlockTexture;
  845. SDL_UnregisterApp;
  846. SDL_UpdateGamepads;
  847. SDL_UpdateHapticEffect;
  848. SDL_UpdateJoysticks;
  849. SDL_UpdateNVTexture;
  850. SDL_UpdateSensors;
  851. SDL_UpdateTexture;
  852. SDL_UpdateWindowSurface;
  853. SDL_UpdateWindowSurfaceRects;
  854. SDL_UpdateYUVTexture;
  855. SDL_Vulkan_CreateSurface;
  856. SDL_Vulkan_DestroySurface;
  857. SDL_Vulkan_GetInstanceExtensions;
  858. SDL_Vulkan_GetPresentationSupport;
  859. SDL_Vulkan_GetVkGetInstanceProcAddr;
  860. SDL_Vulkan_LoadLibrary;
  861. SDL_Vulkan_UnloadLibrary;
  862. SDL_WaitCondition;
  863. SDL_WaitConditionTimeout;
  864. SDL_WaitEvent;
  865. SDL_WaitEventTimeout;
  866. SDL_WaitSemaphore;
  867. SDL_WaitSemaphoreTimeout;
  868. SDL_WaitThread;
  869. SDL_WarpMouseGlobal;
  870. SDL_WarpMouseInWindow;
  871. SDL_WasInit;
  872. SDL_WindowHasSurface;
  873. SDL_WriteIO;
  874. SDL_WriteS16BE;
  875. SDL_WriteS16LE;
  876. SDL_WriteS32BE;
  877. SDL_WriteS32LE;
  878. SDL_WriteS64BE;
  879. SDL_WriteS64LE;
  880. SDL_WriteS8;
  881. SDL_WriteStorageFile;
  882. SDL_WriteSurfacePixel;
  883. SDL_WriteSurfacePixelFloat;
  884. SDL_WriteU16BE;
  885. SDL_WriteU16LE;
  886. SDL_WriteU32BE;
  887. SDL_WriteU32LE;
  888. SDL_WriteU64BE;
  889. SDL_WriteU64LE;
  890. SDL_WriteU8;
  891. SDL_abs;
  892. SDL_acos;
  893. SDL_acosf;
  894. SDL_aligned_alloc;
  895. SDL_aligned_free;
  896. SDL_asin;
  897. SDL_asinf;
  898. SDL_asprintf;
  899. SDL_atan2;
  900. SDL_atan2f;
  901. SDL_atan;
  902. SDL_atanf;
  903. SDL_atof;
  904. SDL_atoi;
  905. SDL_bsearch;
  906. SDL_bsearch_r;
  907. SDL_calloc;
  908. SDL_ceil;
  909. SDL_ceilf;
  910. SDL_copysign;
  911. SDL_copysignf;
  912. SDL_cos;
  913. SDL_cosf;
  914. SDL_crc16;
  915. SDL_crc32;
  916. SDL_exp;
  917. SDL_expf;
  918. SDL_fabs;
  919. SDL_fabsf;
  920. SDL_floor;
  921. SDL_floorf;
  922. SDL_fmod;
  923. SDL_fmodf;
  924. SDL_free;
  925. SDL_getenv;
  926. SDL_hid_ble_scan;
  927. SDL_hid_close;
  928. SDL_hid_device_change_count;
  929. SDL_hid_enumerate;
  930. SDL_hid_exit;
  931. SDL_hid_free_enumeration;
  932. SDL_hid_get_device_info;
  933. SDL_hid_get_feature_report;
  934. SDL_hid_get_indexed_string;
  935. SDL_hid_get_input_report;
  936. SDL_hid_get_manufacturer_string;
  937. SDL_hid_get_product_string;
  938. SDL_hid_get_report_descriptor;
  939. SDL_hid_get_serial_number_string;
  940. SDL_hid_init;
  941. SDL_hid_open;
  942. SDL_hid_open_path;
  943. SDL_hid_read;
  944. SDL_hid_read_timeout;
  945. SDL_hid_send_feature_report;
  946. SDL_hid_set_nonblocking;
  947. SDL_hid_write;
  948. SDL_iconv;
  949. SDL_iconv_close;
  950. SDL_iconv_open;
  951. SDL_iconv_string;
  952. SDL_isalnum;
  953. SDL_isalpha;
  954. SDL_isblank;
  955. SDL_iscntrl;
  956. SDL_isdigit;
  957. SDL_isgraph;
  958. SDL_isinf;
  959. SDL_isinff;
  960. SDL_islower;
  961. SDL_isnan;
  962. SDL_isnanf;
  963. SDL_isprint;
  964. SDL_ispunct;
  965. SDL_isspace;
  966. SDL_isupper;
  967. SDL_isxdigit;
  968. SDL_itoa;
  969. SDL_lltoa;
  970. SDL_log10;
  971. SDL_log10f;
  972. SDL_log;
  973. SDL_logf;
  974. SDL_lround;
  975. SDL_lroundf;
  976. SDL_ltoa;
  977. SDL_malloc;
  978. SDL_memcmp;
  979. SDL_memcpy;
  980. SDL_memmove;
  981. SDL_memset4;
  982. SDL_memset;
  983. SDL_modf;
  984. SDL_modff;
  985. SDL_pow;
  986. SDL_powf;
  987. SDL_qsort;
  988. SDL_qsort_r;
  989. SDL_rand;
  990. SDL_rand_bits;
  991. SDL_rand_bits_r;
  992. SDL_rand_r;
  993. SDL_randf;
  994. SDL_randf_r;
  995. SDL_realloc;
  996. SDL_round;
  997. SDL_roundf;
  998. SDL_scalbn;
  999. SDL_scalbnf;
  1000. SDL_setenv;
  1001. SDL_sin;
  1002. SDL_sinf;
  1003. SDL_snprintf;
  1004. SDL_sqrt;
  1005. SDL_sqrtf;
  1006. SDL_srand;
  1007. SDL_sscanf;
  1008. SDL_strcasecmp;
  1009. SDL_strcasestr;
  1010. SDL_strchr;
  1011. SDL_strcmp;
  1012. SDL_strdup;
  1013. SDL_strlcat;
  1014. SDL_strlcpy;
  1015. SDL_strlen;
  1016. SDL_strlwr;
  1017. SDL_strncasecmp;
  1018. SDL_strncmp;
  1019. SDL_strndup;
  1020. SDL_strnlen;
  1021. SDL_strnstr;
  1022. SDL_strrchr;
  1023. SDL_strrev;
  1024. SDL_strstr;
  1025. SDL_strtod;
  1026. SDL_strtok_r;
  1027. SDL_strtol;
  1028. SDL_strtoll;
  1029. SDL_strtoul;
  1030. SDL_strtoull;
  1031. SDL_strupr;
  1032. SDL_swprintf;
  1033. SDL_tan;
  1034. SDL_tanf;
  1035. SDL_tolower;
  1036. SDL_toupper;
  1037. SDL_trunc;
  1038. SDL_truncf;
  1039. SDL_uitoa;
  1040. SDL_ulltoa;
  1041. SDL_ultoa;
  1042. SDL_utf8strlcpy;
  1043. SDL_utf8strlen;
  1044. SDL_utf8strnlen;
  1045. SDL_vasprintf;
  1046. SDL_vsnprintf;
  1047. SDL_vsscanf;
  1048. SDL_vswprintf;
  1049. SDL_wcscasecmp;
  1050. SDL_wcscmp;
  1051. SDL_wcsdup;
  1052. SDL_wcslcat;
  1053. SDL_wcslcpy;
  1054. SDL_wcslen;
  1055. SDL_wcsncasecmp;
  1056. SDL_wcsncmp;
  1057. SDL_wcsnlen;
  1058. SDL_wcsnstr;
  1059. SDL_wcsstr;
  1060. SDL_wcstol;
  1061. # extra symbols go here (don't modify this line)
  1062. local: *;
  1063. };