SDL_dynapi.sym 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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_BlitSurface;
  27. SDL_BlitSurfaceScaled;
  28. SDL_BlitSurfaceTiled;
  29. SDL_BlitSurfaceTiledWithScale;
  30. SDL_BlitSurfaceUnchecked;
  31. SDL_BlitSurfaceUncheckedScaled;
  32. SDL_BroadcastCondition;
  33. SDL_CaptureMouse;
  34. SDL_ClaimTemporaryMemory;
  35. SDL_CleanupTLS;
  36. SDL_ClearAudioStream;
  37. SDL_ClearClipboardData;
  38. SDL_ClearComposition;
  39. SDL_ClearError;
  40. SDL_ClearProperty;
  41. SDL_ClearSurface;
  42. SDL_CloseAudioDevice;
  43. SDL_CloseCamera;
  44. SDL_CloseGamepad;
  45. SDL_CloseHaptic;
  46. SDL_CloseIO;
  47. SDL_CloseJoystick;
  48. SDL_CloseSensor;
  49. SDL_CloseStorage;
  50. SDL_ComposeCustomBlendMode;
  51. SDL_ConvertAudioSamples;
  52. SDL_ConvertEventToRenderCoordinates;
  53. SDL_ConvertPixels;
  54. SDL_ConvertPixelsAndColorspace;
  55. SDL_ConvertSurface;
  56. SDL_ConvertSurfaceAndColorspace;
  57. SDL_CopyProperties;
  58. SDL_CreateAudioStream;
  59. SDL_CreateColorCursor;
  60. SDL_CreateCondition;
  61. SDL_CreateCursor;
  62. SDL_CreateDirectory;
  63. SDL_CreateHapticEffect;
  64. SDL_CreateMutex;
  65. SDL_CreatePalette;
  66. SDL_CreatePopupWindow;
  67. SDL_CreateProperties;
  68. SDL_CreateRWLock;
  69. SDL_CreateRenderer;
  70. SDL_CreateRendererWithProperties;
  71. SDL_CreateSemaphore;
  72. SDL_CreateSoftwareRenderer;
  73. SDL_CreateStorageDirectory;
  74. SDL_CreateSurface;
  75. SDL_CreateSurfaceFrom;
  76. SDL_CreateSurfacePalette;
  77. SDL_CreateSystemCursor;
  78. SDL_CreateTexture;
  79. SDL_CreateTextureFromSurface;
  80. SDL_CreateTextureWithProperties;
  81. SDL_CreateThreadRuntime;
  82. SDL_CreateThreadWithPropertiesRuntime;
  83. SDL_CreateWindow;
  84. SDL_CreateWindowAndRenderer;
  85. SDL_CreateWindowWithProperties;
  86. SDL_CursorVisible;
  87. SDL_DateTimeToTime;
  88. SDL_DelEventWatch;
  89. SDL_DelHintCallback;
  90. SDL_Delay;
  91. SDL_DelayNS;
  92. SDL_DestroyAudioStream;
  93. SDL_DestroyCondition;
  94. SDL_DestroyCursor;
  95. SDL_DestroyHapticEffect;
  96. SDL_DestroyMutex;
  97. SDL_DestroyPalette;
  98. SDL_DestroyProperties;
  99. SDL_DestroyRWLock;
  100. SDL_DestroyRenderer;
  101. SDL_DestroySemaphore;
  102. SDL_DestroySurface;
  103. SDL_DestroyTexture;
  104. SDL_DestroyWindow;
  105. SDL_DestroyWindowSurface;
  106. SDL_DetachThread;
  107. SDL_DetachVirtualJoystick;
  108. SDL_DisableScreenSaver;
  109. SDL_DuplicateSurface;
  110. SDL_EGL_GetCurrentEGLConfig;
  111. SDL_EGL_GetCurrentEGLDisplay;
  112. SDL_EGL_GetProcAddress;
  113. SDL_EGL_GetWindowEGLSurface;
  114. SDL_EGL_SetEGLAttributeCallbacks;
  115. SDL_EnableScreenSaver;
  116. SDL_EnterAppMainCallbacks;
  117. SDL_EnumerateDirectory;
  118. SDL_EnumerateProperties;
  119. SDL_EnumerateStorageDirectory;
  120. SDL_EventEnabled;
  121. SDL_FillSurfaceRect;
  122. SDL_FillSurfaceRects;
  123. SDL_FilterEvents;
  124. SDL_FlashWindow;
  125. SDL_FlipSurface;
  126. SDL_FlushAudioStream;
  127. SDL_FlushEvent;
  128. SDL_FlushEvents;
  129. SDL_FlushRenderer;
  130. SDL_FreeTemporaryMemory;
  131. SDL_GDKSuspendComplete;
  132. SDL_GL_CreateContext;
  133. SDL_GL_DestroyContext;
  134. SDL_GL_ExtensionSupported;
  135. SDL_GL_GetAttribute;
  136. SDL_GL_GetCurrentContext;
  137. SDL_GL_GetCurrentWindow;
  138. SDL_GL_GetProcAddress;
  139. SDL_GL_GetSwapInterval;
  140. SDL_GL_LoadLibrary;
  141. SDL_GL_MakeCurrent;
  142. SDL_GL_ResetAttributes;
  143. SDL_GL_SetAttribute;
  144. SDL_GL_SetSwapInterval;
  145. SDL_GL_SwapWindow;
  146. SDL_GL_UnloadLibrary;
  147. SDL_GUIDFromString;
  148. SDL_GUIDToString;
  149. SDL_GamepadConnected;
  150. SDL_GamepadEventsEnabled;
  151. SDL_GamepadHasAxis;
  152. SDL_GamepadHasButton;
  153. SDL_GamepadHasSensor;
  154. SDL_GamepadSensorEnabled;
  155. SDL_GetAndroidActivity;
  156. SDL_GetAndroidCachePath;
  157. SDL_GetAndroidExternalStoragePath;
  158. SDL_GetAndroidExternalStorageState;
  159. SDL_GetAndroidInternalStoragePath;
  160. SDL_GetAndroidJNIEnv;
  161. SDL_GetAndroidSDKVersion;
  162. SDL_GetAssertionHandler;
  163. SDL_GetAssertionReport;
  164. SDL_GetAudioDeviceChannelMap;
  165. SDL_GetAudioDeviceFormat;
  166. SDL_GetAudioDeviceGain;
  167. SDL_GetAudioDeviceName;
  168. SDL_GetAudioDriver;
  169. SDL_GetAudioPlaybackDevices;
  170. SDL_GetAudioRecordingDevices;
  171. SDL_GetAudioStreamAvailable;
  172. SDL_GetAudioStreamData;
  173. SDL_GetAudioStreamDevice;
  174. SDL_GetAudioStreamFormat;
  175. SDL_GetAudioStreamFrequencyRatio;
  176. SDL_GetAudioStreamGain;
  177. SDL_GetAudioStreamInputChannelMap;
  178. SDL_GetAudioStreamOutputChannelMap;
  179. SDL_GetAudioStreamProperties;
  180. SDL_GetAudioStreamQueued;
  181. SDL_GetBasePath;
  182. SDL_GetBooleanProperty;
  183. SDL_GetCPUCacheLineSize;
  184. SDL_GetCPUCount;
  185. SDL_GetCameraDriver;
  186. SDL_GetCameraFormat;
  187. SDL_GetCameraID;
  188. SDL_GetCameraName;
  189. SDL_GetCameraPermissionState;
  190. SDL_GetCameraPosition;
  191. SDL_GetCameraProperties;
  192. SDL_GetCameraSupportedFormats;
  193. SDL_GetCameras;
  194. SDL_GetClipboardData;
  195. SDL_GetClipboardText;
  196. SDL_GetClosestFullscreenDisplayMode;
  197. SDL_GetCurrentAudioDriver;
  198. SDL_GetCurrentCameraDriver;
  199. SDL_GetCurrentDisplayMode;
  200. SDL_GetCurrentDisplayOrientation;
  201. SDL_GetCurrentRenderOutputSize;
  202. SDL_GetCurrentThreadID;
  203. SDL_GetCurrentTime;
  204. SDL_GetCurrentVideoDriver;
  205. SDL_GetCursor;
  206. SDL_GetDXGIOutputInfo;
  207. SDL_GetDateTimeLocalePreferences;
  208. SDL_GetDayOfWeek;
  209. SDL_GetDayOfYear;
  210. SDL_GetDaysInMonth;
  211. SDL_GetDefaultAssertionHandler;
  212. SDL_GetDefaultCursor;
  213. SDL_GetDefaultKeyFromScancode;
  214. SDL_GetDefaultScancodeFromKey;
  215. SDL_GetDesktopDisplayMode;
  216. SDL_GetDirect3D9AdapterIndex;
  217. SDL_GetDisplayBounds;
  218. SDL_GetDisplayContentScale;
  219. SDL_GetDisplayForPoint;
  220. SDL_GetDisplayForRect;
  221. SDL_GetDisplayForWindow;
  222. SDL_GetDisplayName;
  223. SDL_GetDisplayProperties;
  224. SDL_GetDisplayUsableBounds;
  225. SDL_GetDisplays;
  226. SDL_GetError;
  227. SDL_GetEventFilter;
  228. SDL_GetFloatProperty;
  229. SDL_GetFullscreenDisplayModes;
  230. SDL_GetGDKDefaultUser;
  231. SDL_GetGDKTaskQueue;
  232. SDL_GetGamepadAppleSFSymbolsNameForAxis;
  233. SDL_GetGamepadAppleSFSymbolsNameForButton;
  234. SDL_GetGamepadAxis;
  235. SDL_GetGamepadAxisFromString;
  236. SDL_GetGamepadBindings;
  237. SDL_GetGamepadButton;
  238. SDL_GetGamepadButtonFromString;
  239. SDL_GetGamepadButtonLabel;
  240. SDL_GetGamepadButtonLabelForType;
  241. SDL_GetGamepadConnectionState;
  242. SDL_GetGamepadFirmwareVersion;
  243. SDL_GetGamepadFromID;
  244. SDL_GetGamepadFromPlayerIndex;
  245. SDL_GetGamepadGUIDForID;
  246. SDL_GetGamepadID;
  247. SDL_GetGamepadJoystick;
  248. SDL_GetGamepadMapping;
  249. SDL_GetGamepadMappingForGUID;
  250. SDL_GetGamepadMappingForID;
  251. SDL_GetGamepadMappings;
  252. SDL_GetGamepadName;
  253. SDL_GetGamepadNameForID;
  254. SDL_GetGamepadPath;
  255. SDL_GetGamepadPathForID;
  256. SDL_GetGamepadPlayerIndex;
  257. SDL_GetGamepadPlayerIndexForID;
  258. SDL_GetGamepadPowerInfo;
  259. SDL_GetGamepadProduct;
  260. SDL_GetGamepadProductForID;
  261. SDL_GetGamepadProductVersion;
  262. SDL_GetGamepadProductVersionForID;
  263. SDL_GetGamepadProperties;
  264. SDL_GetGamepadSensorData;
  265. SDL_GetGamepadSensorDataRate;
  266. SDL_GetGamepadSerial;
  267. SDL_GetGamepadSteamHandle;
  268. SDL_GetGamepadStringForAxis;
  269. SDL_GetGamepadStringForButton;
  270. SDL_GetGamepadStringForType;
  271. SDL_GetGamepadTouchpadFinger;
  272. SDL_GetGamepadType;
  273. SDL_GetGamepadTypeForID;
  274. SDL_GetGamepadTypeFromString;
  275. SDL_GetGamepadVendor;
  276. SDL_GetGamepadVendorForID;
  277. SDL_GetGamepads;
  278. SDL_GetGlobalMouseState;
  279. SDL_GetGlobalProperties;
  280. SDL_GetGrabbedWindow;
  281. SDL_GetHapticEffectStatus;
  282. SDL_GetHapticFeatures;
  283. SDL_GetHapticFromID;
  284. SDL_GetHapticID;
  285. SDL_GetHapticName;
  286. SDL_GetHapticNameForID;
  287. SDL_GetHaptics;
  288. SDL_GetHint;
  289. SDL_GetHintBoolean;
  290. SDL_GetIOProperties;
  291. SDL_GetIOSize;
  292. SDL_GetIOStatus;
  293. SDL_GetJoystickAxis;
  294. SDL_GetJoystickAxisInitialState;
  295. SDL_GetJoystickBall;
  296. SDL_GetJoystickButton;
  297. SDL_GetJoystickConnectionState;
  298. SDL_GetJoystickFirmwareVersion;
  299. SDL_GetJoystickFromID;
  300. SDL_GetJoystickFromPlayerIndex;
  301. SDL_GetJoystickGUID;
  302. SDL_GetJoystickGUIDForID;
  303. SDL_GetJoystickGUIDInfo;
  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_RenderTextureTiled;
  668. SDL_RenderViewportSet;
  669. SDL_ReportAssertion;
  670. SDL_RequestAndroidPermission;
  671. SDL_ResetAssertionReport;
  672. SDL_ResetHint;
  673. SDL_ResetHints;
  674. SDL_ResetKeyboard;
  675. SDL_ResetLogPriorities;
  676. SDL_RestoreWindow;
  677. SDL_ResumeAudioDevice;
  678. SDL_ResumeAudioStreamDevice;
  679. SDL_ResumeHaptic;
  680. SDL_RumbleGamepad;
  681. SDL_RumbleGamepadTriggers;
  682. SDL_RumbleJoystick;
  683. SDL_RumbleJoystickTriggers;
  684. SDL_RunApp;
  685. SDL_RunHapticEffect;
  686. SDL_SaveBMP;
  687. SDL_SaveBMP_IO;
  688. SDL_ScreenKeyboardShown;
  689. SDL_ScreenSaverEnabled;
  690. SDL_SeekIO;
  691. SDL_SendAndroidBackButton;
  692. SDL_SendAndroidMessage;
  693. SDL_SendGamepadEffect;
  694. SDL_SendJoystickEffect;
  695. SDL_SendJoystickVirtualSensorData;
  696. SDL_SetAssertionHandler;
  697. SDL_SetAudioDeviceGain;
  698. SDL_SetAudioPostmixCallback;
  699. SDL_SetAudioStreamFormat;
  700. SDL_SetAudioStreamFrequencyRatio;
  701. SDL_SetAudioStreamGain;
  702. SDL_SetAudioStreamGetCallback;
  703. SDL_SetAudioStreamInputChannelMap;
  704. SDL_SetAudioStreamOutputChannelMap;
  705. SDL_SetAudioStreamPutCallback;
  706. SDL_SetBooleanProperty;
  707. SDL_SetClipboardData;
  708. SDL_SetClipboardText;
  709. SDL_SetCursor;
  710. SDL_SetError;
  711. SDL_SetEventEnabled;
  712. SDL_SetEventFilter;
  713. SDL_SetFloatProperty;
  714. SDL_SetGamepadEventsEnabled;
  715. SDL_SetGamepadLED;
  716. SDL_SetGamepadMapping;
  717. SDL_SetGamepadPlayerIndex;
  718. SDL_SetGamepadSensorEnabled;
  719. SDL_SetHapticAutocenter;
  720. SDL_SetHapticGain;
  721. SDL_SetHint;
  722. SDL_SetHintWithPriority;
  723. SDL_SetJoystickEventsEnabled;
  724. SDL_SetJoystickLED;
  725. SDL_SetJoystickPlayerIndex;
  726. SDL_SetJoystickVirtualAxis;
  727. SDL_SetJoystickVirtualBall;
  728. SDL_SetJoystickVirtualButton;
  729. SDL_SetJoystickVirtualHat;
  730. SDL_SetJoystickVirtualTouchpad;
  731. SDL_SetLinuxThreadPriority;
  732. SDL_SetLinuxThreadPriorityAndPolicy;
  733. SDL_SetLogOutputFunction;
  734. SDL_SetLogPriorities;
  735. SDL_SetLogPriority;
  736. SDL_SetMainReady;
  737. SDL_SetMemoryFunctions;
  738. SDL_SetModState;
  739. SDL_SetNumberProperty;
  740. SDL_SetPaletteColors;
  741. SDL_SetPointerProperty;
  742. SDL_SetPointerPropertyWithCleanup;
  743. SDL_SetPrimarySelectionText;
  744. SDL_SetRelativeMouseMode;
  745. SDL_SetRenderClipRect;
  746. SDL_SetRenderColorScale;
  747. SDL_SetRenderDrawBlendMode;
  748. SDL_SetRenderDrawColor;
  749. SDL_SetRenderDrawColorFloat;
  750. SDL_SetRenderLogicalPresentation;
  751. SDL_SetRenderScale;
  752. SDL_SetRenderTarget;
  753. SDL_SetRenderVSync;
  754. SDL_SetRenderViewport;
  755. SDL_SetScancodeName;
  756. SDL_SetStringProperty;
  757. SDL_SetSurfaceAlphaMod;
  758. SDL_SetSurfaceBlendMode;
  759. SDL_SetSurfaceClipRect;
  760. SDL_SetSurfaceColorKey;
  761. SDL_SetSurfaceColorMod;
  762. SDL_SetSurfaceColorspace;
  763. SDL_SetSurfacePalette;
  764. SDL_SetSurfaceRLE;
  765. SDL_SetTLS;
  766. SDL_SetTextInputArea;
  767. SDL_SetTextureAlphaMod;
  768. SDL_SetTextureAlphaModFloat;
  769. SDL_SetTextureBlendMode;
  770. SDL_SetTextureColorMod;
  771. SDL_SetTextureColorModFloat;
  772. SDL_SetTextureScaleMode;
  773. SDL_SetThreadPriority;
  774. SDL_SetWindowAlwaysOnTop;
  775. SDL_SetWindowAspectRatio;
  776. SDL_SetWindowBordered;
  777. SDL_SetWindowFocusable;
  778. SDL_SetWindowFullscreen;
  779. SDL_SetWindowFullscreenMode;
  780. SDL_SetWindowHitTest;
  781. SDL_SetWindowIcon;
  782. SDL_SetWindowKeyboardGrab;
  783. SDL_SetWindowMaximumSize;
  784. SDL_SetWindowMinimumSize;
  785. SDL_SetWindowModalFor;
  786. SDL_SetWindowMouseGrab;
  787. SDL_SetWindowMouseRect;
  788. SDL_SetWindowOpacity;
  789. SDL_SetWindowPosition;
  790. SDL_SetWindowResizable;
  791. SDL_SetWindowShape;
  792. SDL_SetWindowSize;
  793. SDL_SetWindowSurfaceVSync;
  794. SDL_SetWindowTitle;
  795. SDL_SetWindowsMessageHook;
  796. SDL_SetX11EventHook;
  797. SDL_SetiOSAnimationCallback;
  798. SDL_SetiOSEventPump;
  799. SDL_ShowAndroidToast;
  800. SDL_ShowCursor;
  801. SDL_ShowMessageBox;
  802. SDL_ShowOpenFileDialog;
  803. SDL_ShowOpenFolderDialog;
  804. SDL_ShowSaveFileDialog;
  805. SDL_ShowSimpleMessageBox;
  806. SDL_ShowWindow;
  807. SDL_ShowWindowSystemMenu;
  808. SDL_SignalCondition;
  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_WriteSurfacePixel;
  879. SDL_WriteSurfacePixelFloat;
  880. SDL_WriteU16BE;
  881. SDL_WriteU16LE;
  882. SDL_WriteU32BE;
  883. SDL_WriteU32LE;
  884. SDL_WriteU64BE;
  885. SDL_WriteU64LE;
  886. SDL_WriteU8;
  887. SDL_abs;
  888. SDL_acos;
  889. SDL_acosf;
  890. SDL_aligned_alloc;
  891. SDL_aligned_free;
  892. SDL_asin;
  893. SDL_asinf;
  894. SDL_asprintf;
  895. SDL_atan2;
  896. SDL_atan2f;
  897. SDL_atan;
  898. SDL_atanf;
  899. SDL_atof;
  900. SDL_atoi;
  901. SDL_bsearch;
  902. SDL_bsearch_r;
  903. SDL_calloc;
  904. SDL_ceil;
  905. SDL_ceilf;
  906. SDL_copysign;
  907. SDL_copysignf;
  908. SDL_cos;
  909. SDL_cosf;
  910. SDL_crc16;
  911. SDL_crc32;
  912. SDL_exp;
  913. SDL_expf;
  914. SDL_fabs;
  915. SDL_fabsf;
  916. SDL_floor;
  917. SDL_floorf;
  918. SDL_fmod;
  919. SDL_fmodf;
  920. SDL_free;
  921. SDL_getenv;
  922. SDL_hid_ble_scan;
  923. SDL_hid_close;
  924. SDL_hid_device_change_count;
  925. SDL_hid_enumerate;
  926. SDL_hid_exit;
  927. SDL_hid_free_enumeration;
  928. SDL_hid_get_device_info;
  929. SDL_hid_get_feature_report;
  930. SDL_hid_get_indexed_string;
  931. SDL_hid_get_input_report;
  932. SDL_hid_get_manufacturer_string;
  933. SDL_hid_get_product_string;
  934. SDL_hid_get_report_descriptor;
  935. SDL_hid_get_serial_number_string;
  936. SDL_hid_init;
  937. SDL_hid_open;
  938. SDL_hid_open_path;
  939. SDL_hid_read;
  940. SDL_hid_read_timeout;
  941. SDL_hid_send_feature_report;
  942. SDL_hid_set_nonblocking;
  943. SDL_hid_write;
  944. SDL_iconv;
  945. SDL_iconv_close;
  946. SDL_iconv_open;
  947. SDL_iconv_string;
  948. SDL_isalnum;
  949. SDL_isalpha;
  950. SDL_isblank;
  951. SDL_iscntrl;
  952. SDL_isdigit;
  953. SDL_isgraph;
  954. SDL_isinf;
  955. SDL_isinff;
  956. SDL_islower;
  957. SDL_isnan;
  958. SDL_isnanf;
  959. SDL_isprint;
  960. SDL_ispunct;
  961. SDL_isspace;
  962. SDL_isupper;
  963. SDL_isxdigit;
  964. SDL_itoa;
  965. SDL_lltoa;
  966. SDL_log10;
  967. SDL_log10f;
  968. SDL_log;
  969. SDL_logf;
  970. SDL_lround;
  971. SDL_lroundf;
  972. SDL_ltoa;
  973. SDL_malloc;
  974. SDL_memcmp;
  975. SDL_memcpy;
  976. SDL_memmove;
  977. SDL_memset4;
  978. SDL_memset;
  979. SDL_modf;
  980. SDL_modff;
  981. SDL_pow;
  982. SDL_powf;
  983. SDL_qsort;
  984. SDL_qsort_r;
  985. SDL_rand;
  986. SDL_rand_bits;
  987. SDL_rand_bits_r;
  988. SDL_rand_r;
  989. SDL_randf;
  990. SDL_randf_r;
  991. SDL_realloc;
  992. SDL_round;
  993. SDL_roundf;
  994. SDL_scalbn;
  995. SDL_scalbnf;
  996. SDL_setenv;
  997. SDL_sin;
  998. SDL_sinf;
  999. SDL_snprintf;
  1000. SDL_sqrt;
  1001. SDL_sqrtf;
  1002. SDL_srand;
  1003. SDL_sscanf;
  1004. SDL_strcasecmp;
  1005. SDL_strcasestr;
  1006. SDL_strchr;
  1007. SDL_strcmp;
  1008. SDL_strdup;
  1009. SDL_strlcat;
  1010. SDL_strlcpy;
  1011. SDL_strlen;
  1012. SDL_strlwr;
  1013. SDL_strncasecmp;
  1014. SDL_strncmp;
  1015. SDL_strndup;
  1016. SDL_strnlen;
  1017. SDL_strnstr;
  1018. SDL_strrchr;
  1019. SDL_strrev;
  1020. SDL_strstr;
  1021. SDL_strtod;
  1022. SDL_strtok_r;
  1023. SDL_strtol;
  1024. SDL_strtoll;
  1025. SDL_strtoul;
  1026. SDL_strtoull;
  1027. SDL_strupr;
  1028. SDL_swprintf;
  1029. SDL_tan;
  1030. SDL_tanf;
  1031. SDL_tolower;
  1032. SDL_toupper;
  1033. SDL_trunc;
  1034. SDL_truncf;
  1035. SDL_uitoa;
  1036. SDL_ulltoa;
  1037. SDL_ultoa;
  1038. SDL_utf8strlcpy;
  1039. SDL_utf8strlen;
  1040. SDL_utf8strnlen;
  1041. SDL_vasprintf;
  1042. SDL_vsnprintf;
  1043. SDL_vsscanf;
  1044. SDL_vswprintf;
  1045. SDL_wcscasecmp;
  1046. SDL_wcscmp;
  1047. SDL_wcsdup;
  1048. SDL_wcslcat;
  1049. SDL_wcslcpy;
  1050. SDL_wcslen;
  1051. SDL_wcsncasecmp;
  1052. SDL_wcsncmp;
  1053. SDL_wcsnlen;
  1054. SDL_wcsnstr;
  1055. SDL_wcsstr;
  1056. SDL_wcstol;
  1057. # extra symbols go here (don't modify this line)
  1058. local: *;
  1059. };