1
0

SDL_dynapi.sym 26 KB

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