SDL_dynapi.sym 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  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_AddSurfaceAlternateImage;
  12. SDL_AddTimer;
  13. SDL_AddTimerNS;
  14. SDL_AddVulkanRenderSemaphores;
  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_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_CopyFile;
  58. SDL_CopyProperties;
  59. SDL_CopyStorageFile;
  60. SDL_CreateAudioStream;
  61. SDL_CreateColorCursor;
  62. SDL_CreateCondition;
  63. SDL_CreateCursor;
  64. SDL_CreateDirectory;
  65. SDL_CreateHapticEffect;
  66. SDL_CreateMutex;
  67. SDL_CreatePalette;
  68. SDL_CreatePopupWindow;
  69. SDL_CreateProperties;
  70. SDL_CreateRWLock;
  71. SDL_CreateRenderer;
  72. SDL_CreateRendererWithProperties;
  73. SDL_CreateSemaphore;
  74. SDL_CreateSoftwareRenderer;
  75. SDL_CreateStorageDirectory;
  76. SDL_CreateSurface;
  77. SDL_CreateSurfaceFrom;
  78. SDL_CreateSurfacePalette;
  79. SDL_CreateSystemCursor;
  80. SDL_CreateTexture;
  81. SDL_CreateTextureFromSurface;
  82. SDL_CreateTextureWithProperties;
  83. SDL_CreateThreadRuntime;
  84. SDL_CreateThreadWithPropertiesRuntime;
  85. SDL_CreateWindow;
  86. SDL_CreateWindowAndRenderer;
  87. SDL_CreateWindowWithProperties;
  88. SDL_CursorVisible;
  89. SDL_DateTimeToTime;
  90. SDL_DelEventWatch;
  91. SDL_DelHintCallback;
  92. SDL_Delay;
  93. SDL_DelayNS;
  94. SDL_DestroyAudioStream;
  95. SDL_DestroyCondition;
  96. SDL_DestroyCursor;
  97. SDL_DestroyHapticEffect;
  98. SDL_DestroyMutex;
  99. SDL_DestroyPalette;
  100. SDL_DestroyProperties;
  101. SDL_DestroyRWLock;
  102. SDL_DestroyRenderer;
  103. SDL_DestroySemaphore;
  104. SDL_DestroySurface;
  105. SDL_DestroyTexture;
  106. SDL_DestroyWindow;
  107. SDL_DestroyWindowSurface;
  108. SDL_DetachThread;
  109. SDL_DetachVirtualJoystick;
  110. SDL_DisableScreenSaver;
  111. SDL_DuplicateSurface;
  112. SDL_EGL_GetCurrentConfig;
  113. SDL_EGL_GetCurrentDisplay;
  114. SDL_EGL_GetProcAddress;
  115. SDL_EGL_GetWindowSurface;
  116. SDL_EGL_SetAttributeCallbacks;
  117. SDL_EnableScreenSaver;
  118. SDL_EnterAppMainCallbacks;
  119. SDL_EnumerateDirectory;
  120. SDL_EnumerateProperties;
  121. SDL_EnumerateStorageDirectory;
  122. SDL_EventEnabled;
  123. SDL_FillSurfaceRect;
  124. SDL_FillSurfaceRects;
  125. SDL_FilterEvents;
  126. SDL_FlashWindow;
  127. SDL_FlipSurface;
  128. SDL_FlushAudioStream;
  129. SDL_FlushEvent;
  130. SDL_FlushEvents;
  131. SDL_FlushRenderer;
  132. SDL_GDKSuspendComplete;
  133. SDL_GL_CreateContext;
  134. SDL_GL_DestroyContext;
  135. SDL_GL_ExtensionSupported;
  136. SDL_GL_GetAttribute;
  137. SDL_GL_GetCurrentContext;
  138. SDL_GL_GetCurrentWindow;
  139. SDL_GL_GetProcAddress;
  140. SDL_GL_GetSwapInterval;
  141. SDL_GL_LoadLibrary;
  142. SDL_GL_MakeCurrent;
  143. SDL_GL_ResetAttributes;
  144. SDL_GL_SetAttribute;
  145. SDL_GL_SetSwapInterval;
  146. SDL_GL_SwapWindow;
  147. SDL_GL_UnloadLibrary;
  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_GetAppMetadataProperty;
  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_GetDesktopDisplayMode;
  215. SDL_GetDirect3D9AdapterIndex;
  216. SDL_GetDisplayBounds;
  217. SDL_GetDisplayContentScale;
  218. SDL_GetDisplayForPoint;
  219. SDL_GetDisplayForRect;
  220. SDL_GetDisplayForWindow;
  221. SDL_GetDisplayName;
  222. SDL_GetDisplayProperties;
  223. SDL_GetDisplayUsableBounds;
  224. SDL_GetDisplays;
  225. SDL_GetError;
  226. SDL_GetEventFilter;
  227. SDL_GetFloatProperty;
  228. SDL_GetFullscreenDisplayModes;
  229. SDL_GetGDKDefaultUser;
  230. SDL_GetGDKTaskQueue;
  231. SDL_GetGamepadAppleSFSymbolsNameForAxis;
  232. SDL_GetGamepadAppleSFSymbolsNameForButton;
  233. SDL_GetGamepadAxis;
  234. SDL_GetGamepadAxisFromString;
  235. SDL_GetGamepadBindings;
  236. SDL_GetGamepadButton;
  237. SDL_GetGamepadButtonFromString;
  238. SDL_GetGamepadButtonLabel;
  239. SDL_GetGamepadButtonLabelForType;
  240. SDL_GetGamepadConnectionState;
  241. SDL_GetGamepadFirmwareVersion;
  242. SDL_GetGamepadFromID;
  243. SDL_GetGamepadFromPlayerIndex;
  244. SDL_GetGamepadGUIDForID;
  245. SDL_GetGamepadID;
  246. SDL_GetGamepadJoystick;
  247. SDL_GetGamepadMapping;
  248. SDL_GetGamepadMappingForGUID;
  249. SDL_GetGamepadMappingForID;
  250. SDL_GetGamepadMappings;
  251. SDL_GetGamepadName;
  252. SDL_GetGamepadNameForID;
  253. SDL_GetGamepadPath;
  254. SDL_GetGamepadPathForID;
  255. SDL_GetGamepadPlayerIndex;
  256. SDL_GetGamepadPlayerIndexForID;
  257. SDL_GetGamepadPowerInfo;
  258. SDL_GetGamepadProduct;
  259. SDL_GetGamepadProductForID;
  260. SDL_GetGamepadProductVersion;
  261. SDL_GetGamepadProductVersionForID;
  262. SDL_GetGamepadProperties;
  263. SDL_GetGamepadSensorData;
  264. SDL_GetGamepadSensorDataRate;
  265. SDL_GetGamepadSerial;
  266. SDL_GetGamepadSteamHandle;
  267. SDL_GetGamepadStringForAxis;
  268. SDL_GetGamepadStringForButton;
  269. SDL_GetGamepadStringForType;
  270. SDL_GetGamepadTouchpadFinger;
  271. SDL_GetGamepadType;
  272. SDL_GetGamepadTypeForID;
  273. SDL_GetGamepadTypeFromString;
  274. SDL_GetGamepadVendor;
  275. SDL_GetGamepadVendorForID;
  276. SDL_GetGamepads;
  277. SDL_GetGlobalMouseState;
  278. SDL_GetGlobalProperties;
  279. SDL_GetGrabbedWindow;
  280. SDL_GetHapticEffectStatus;
  281. SDL_GetHapticFeatures;
  282. SDL_GetHapticFromID;
  283. SDL_GetHapticID;
  284. SDL_GetHapticName;
  285. SDL_GetHapticNameForID;
  286. SDL_GetHaptics;
  287. SDL_GetHint;
  288. SDL_GetHintBoolean;
  289. SDL_GetIOProperties;
  290. SDL_GetIOSize;
  291. SDL_GetIOStatus;
  292. SDL_GetJoystickAxis;
  293. SDL_GetJoystickAxisInitialState;
  294. SDL_GetJoystickBall;
  295. SDL_GetJoystickButton;
  296. SDL_GetJoystickConnectionState;
  297. SDL_GetJoystickFirmwareVersion;
  298. SDL_GetJoystickFromID;
  299. SDL_GetJoystickFromPlayerIndex;
  300. SDL_GetJoystickGUID;
  301. SDL_GetJoystickGUIDForID;
  302. SDL_GetJoystickGUIDInfo;
  303. SDL_GetJoystickHat;
  304. SDL_GetJoystickID;
  305. SDL_GetJoystickName;
  306. SDL_GetJoystickNameForID;
  307. SDL_GetJoystickPath;
  308. SDL_GetJoystickPathForID;
  309. SDL_GetJoystickPlayerIndex;
  310. SDL_GetJoystickPlayerIndexForID;
  311. SDL_GetJoystickPowerInfo;
  312. SDL_GetJoystickProduct;
  313. SDL_GetJoystickProductForID;
  314. SDL_GetJoystickProductVersion;
  315. SDL_GetJoystickProductVersionForID;
  316. SDL_GetJoystickProperties;
  317. SDL_GetJoystickSerial;
  318. SDL_GetJoystickType;
  319. SDL_GetJoystickTypeForID;
  320. SDL_GetJoystickVendor;
  321. SDL_GetJoystickVendorForID;
  322. SDL_GetJoysticks;
  323. SDL_GetKeyFromName;
  324. SDL_GetKeyFromScancode;
  325. SDL_GetKeyName;
  326. SDL_GetKeyboardFocus;
  327. SDL_GetKeyboardNameForID;
  328. SDL_GetKeyboardState;
  329. SDL_GetKeyboards;
  330. SDL_GetLogOutputFunction;
  331. SDL_GetLogPriority;
  332. SDL_GetMasksForPixelFormat;
  333. SDL_GetMaxHapticEffects;
  334. SDL_GetMaxHapticEffectsPlaying;
  335. SDL_GetMemoryFunctions;
  336. SDL_GetMice;
  337. SDL_GetModState;
  338. SDL_GetMouseFocus;
  339. SDL_GetMouseNameForID;
  340. SDL_GetMouseState;
  341. SDL_GetNaturalDisplayOrientation;
  342. SDL_GetNumAllocations;
  343. SDL_GetNumAudioDrivers;
  344. SDL_GetNumCameraDrivers;
  345. SDL_GetNumGamepadTouchpadFingers;
  346. SDL_GetNumGamepadTouchpads;
  347. SDL_GetNumHapticAxes;
  348. SDL_GetNumJoystickAxes;
  349. SDL_GetNumJoystickBalls;
  350. SDL_GetNumJoystickButtons;
  351. SDL_GetNumJoystickHats;
  352. SDL_GetNumRenderDrivers;
  353. SDL_GetNumVideoDrivers;
  354. SDL_GetNumberProperty;
  355. SDL_GetOriginalMemoryFunctions;
  356. SDL_GetPathInfo;
  357. SDL_GetPenCapabilities;
  358. SDL_GetPenFromGUID;
  359. SDL_GetPenGUID;
  360. SDL_GetPenName;
  361. SDL_GetPenStatus;
  362. SDL_GetPenType;
  363. SDL_GetPens;
  364. SDL_GetPerformanceCounter;
  365. SDL_GetPerformanceFrequency;
  366. SDL_GetPixelFormatDetails;
  367. SDL_GetPixelFormatForMasks;
  368. SDL_GetPixelFormatName;
  369. SDL_GetPlatform;
  370. SDL_GetPointerProperty;
  371. SDL_GetPowerInfo;
  372. SDL_GetPrefPath;
  373. SDL_GetPreferredLocales;
  374. SDL_GetPrimaryDisplay;
  375. SDL_GetPrimarySelectionText;
  376. SDL_GetPropertyType;
  377. SDL_GetRGB;
  378. SDL_GetRGBA;
  379. SDL_GetRealGamepadType;
  380. SDL_GetRealGamepadTypeForID;
  381. SDL_GetRectAndLineIntersection;
  382. SDL_GetRectAndLineIntersectionFloat;
  383. SDL_GetRectEnclosingPoints;
  384. SDL_GetRectEnclosingPointsFloat;
  385. SDL_GetRectIntersection;
  386. SDL_GetRectIntersectionFloat;
  387. SDL_GetRectUnion;
  388. SDL_GetRectUnionFloat;
  389. SDL_GetRelativeMouseMode;
  390. SDL_GetRelativeMouseState;
  391. SDL_GetRenderClipRect;
  392. SDL_GetRenderColorScale;
  393. SDL_GetRenderDrawBlendMode;
  394. SDL_GetRenderDrawColor;
  395. SDL_GetRenderDrawColorFloat;
  396. SDL_GetRenderDriver;
  397. SDL_GetRenderLogicalPresentation;
  398. SDL_GetRenderLogicalPresentationRect;
  399. SDL_GetRenderMetalCommandEncoder;
  400. SDL_GetRenderMetalLayer;
  401. SDL_GetRenderOutputSize;
  402. SDL_GetRenderSafeArea;
  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_GetScancodeFromName;
  415. SDL_GetScancodeName;
  416. SDL_GetSemaphoreValue;
  417. SDL_GetSensorData;
  418. SDL_GetSensorFromID;
  419. SDL_GetSensorID;
  420. SDL_GetSensorName;
  421. SDL_GetSensorNameForID;
  422. SDL_GetSensorNonPortableType;
  423. SDL_GetSensorNonPortableTypeForID;
  424. SDL_GetSensorProperties;
  425. SDL_GetSensorType;
  426. SDL_GetSensorTypeForID;
  427. SDL_GetSensors;
  428. SDL_GetSilenceValueForFormat;
  429. SDL_GetStorageFileSize;
  430. SDL_GetStoragePathInfo;
  431. SDL_GetStorageSpaceRemaining;
  432. SDL_GetStringProperty;
  433. SDL_GetSurfaceAlphaMod;
  434. SDL_GetSurfaceBlendMode;
  435. SDL_GetSurfaceClipRect;
  436. SDL_GetSurfaceColorKey;
  437. SDL_GetSurfaceColorMod;
  438. SDL_GetSurfaceColorspace;
  439. SDL_GetSurfaceImages;
  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_GetWindowFromEvent;
  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_OnApplicationDidChangeStatusBarOrientation;
  586. SDL_OnApplicationDidEnterBackground;
  587. SDL_OnApplicationDidEnterForeground;
  588. SDL_OnApplicationDidReceiveMemoryWarning;
  589. SDL_OnApplicationWillEnterBackground;
  590. SDL_OnApplicationWillEnterForeground;
  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_PremultiplyAlpha;
  616. SDL_PremultiplySurfaceAlpha;
  617. SDL_PumpEvents;
  618. SDL_PushEvent;
  619. SDL_PutAudioStreamData;
  620. SDL_Quit;
  621. SDL_QuitSubSystem;
  622. SDL_RaiseWindow;
  623. SDL_ReadIO;
  624. SDL_ReadS16BE;
  625. SDL_ReadS16LE;
  626. SDL_ReadS32BE;
  627. SDL_ReadS32LE;
  628. SDL_ReadS64BE;
  629. SDL_ReadS64LE;
  630. SDL_ReadS8;
  631. SDL_ReadStorageFile;
  632. SDL_ReadSurfacePixel;
  633. SDL_ReadSurfacePixelFloat;
  634. SDL_ReadU16BE;
  635. SDL_ReadU16LE;
  636. SDL_ReadU32BE;
  637. SDL_ReadU32LE;
  638. SDL_ReadU64BE;
  639. SDL_ReadU64LE;
  640. SDL_ReadU8;
  641. SDL_RegisterApp;
  642. SDL_RegisterEvents;
  643. SDL_ReleaseCameraFrame;
  644. SDL_ReloadGamepadMappings;
  645. SDL_RemovePath;
  646. SDL_RemoveStoragePath;
  647. SDL_RemoveSurfaceAlternateImages;
  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_ScaleSurface;
  692. SDL_ScreenKeyboardShown;
  693. SDL_ScreenSaverEnabled;
  694. SDL_SeekIO;
  695. SDL_SendAndroidBackButton;
  696. SDL_SendAndroidMessage;
  697. SDL_SendGamepadEffect;
  698. SDL_SendJoystickEffect;
  699. SDL_SendJoystickVirtualSensorData;
  700. SDL_SetAppMetadata;
  701. SDL_SetAppMetadataProperty;
  702. SDL_SetAssertionHandler;
  703. SDL_SetAudioDeviceGain;
  704. SDL_SetAudioPostmixCallback;
  705. SDL_SetAudioStreamFormat;
  706. SDL_SetAudioStreamFrequencyRatio;
  707. SDL_SetAudioStreamGain;
  708. SDL_SetAudioStreamGetCallback;
  709. SDL_SetAudioStreamInputChannelMap;
  710. SDL_SetAudioStreamOutputChannelMap;
  711. SDL_SetAudioStreamPutCallback;
  712. SDL_SetBooleanProperty;
  713. SDL_SetClipboardData;
  714. SDL_SetClipboardText;
  715. SDL_SetCursor;
  716. SDL_SetError;
  717. SDL_SetEventEnabled;
  718. SDL_SetEventFilter;
  719. SDL_SetFloatProperty;
  720. SDL_SetGamepadEventsEnabled;
  721. SDL_SetGamepadLED;
  722. SDL_SetGamepadMapping;
  723. SDL_SetGamepadPlayerIndex;
  724. SDL_SetGamepadSensorEnabled;
  725. SDL_SetHapticAutocenter;
  726. SDL_SetHapticGain;
  727. SDL_SetHint;
  728. SDL_SetHintWithPriority;
  729. SDL_SetJoystickEventsEnabled;
  730. SDL_SetJoystickLED;
  731. SDL_SetJoystickPlayerIndex;
  732. SDL_SetJoystickVirtualAxis;
  733. SDL_SetJoystickVirtualBall;
  734. SDL_SetJoystickVirtualButton;
  735. SDL_SetJoystickVirtualHat;
  736. SDL_SetJoystickVirtualTouchpad;
  737. SDL_SetLinuxThreadPriority;
  738. SDL_SetLinuxThreadPriorityAndPolicy;
  739. SDL_SetLogOutputFunction;
  740. SDL_SetLogPriorities;
  741. SDL_SetLogPriority;
  742. SDL_SetLogPriorityPrefix;
  743. SDL_SetMainReady;
  744. SDL_SetMemoryFunctions;
  745. SDL_SetModState;
  746. SDL_SetNumberProperty;
  747. SDL_SetPaletteColors;
  748. SDL_SetPointerProperty;
  749. SDL_SetPointerPropertyWithCleanup;
  750. SDL_SetPrimarySelectionText;
  751. SDL_SetRelativeMouseMode;
  752. SDL_SetRenderClipRect;
  753. SDL_SetRenderColorScale;
  754. SDL_SetRenderDrawBlendMode;
  755. SDL_SetRenderDrawColor;
  756. SDL_SetRenderDrawColorFloat;
  757. SDL_SetRenderLogicalPresentation;
  758. SDL_SetRenderScale;
  759. SDL_SetRenderTarget;
  760. SDL_SetRenderVSync;
  761. SDL_SetRenderViewport;
  762. SDL_SetScancodeName;
  763. SDL_SetStringProperty;
  764. SDL_SetSurfaceAlphaMod;
  765. SDL_SetSurfaceBlendMode;
  766. SDL_SetSurfaceClipRect;
  767. SDL_SetSurfaceColorKey;
  768. SDL_SetSurfaceColorMod;
  769. SDL_SetSurfaceColorspace;
  770. SDL_SetSurfacePalette;
  771. SDL_SetSurfaceRLE;
  772. SDL_SetTLS;
  773. SDL_SetTextInputArea;
  774. SDL_SetTextureAlphaMod;
  775. SDL_SetTextureAlphaModFloat;
  776. SDL_SetTextureBlendMode;
  777. SDL_SetTextureColorMod;
  778. SDL_SetTextureColorModFloat;
  779. SDL_SetTextureScaleMode;
  780. SDL_SetThreadPriority;
  781. SDL_SetWindowAlwaysOnTop;
  782. SDL_SetWindowAspectRatio;
  783. SDL_SetWindowBordered;
  784. SDL_SetWindowFocusable;
  785. SDL_SetWindowFullscreen;
  786. SDL_SetWindowFullscreenMode;
  787. SDL_SetWindowHitTest;
  788. SDL_SetWindowIcon;
  789. SDL_SetWindowKeyboardGrab;
  790. SDL_SetWindowMaximumSize;
  791. SDL_SetWindowMinimumSize;
  792. SDL_SetWindowModalFor;
  793. SDL_SetWindowMouseGrab;
  794. SDL_SetWindowMouseRect;
  795. SDL_SetWindowOpacity;
  796. SDL_SetWindowPosition;
  797. SDL_SetWindowResizable;
  798. SDL_SetWindowShape;
  799. SDL_SetWindowSize;
  800. SDL_SetWindowSurfaceVSync;
  801. SDL_SetWindowTitle;
  802. SDL_SetWindowsMessageHook;
  803. SDL_SetX11EventHook;
  804. SDL_SetiOSAnimationCallback;
  805. SDL_SetiOSEventPump;
  806. SDL_ShowAndroidToast;
  807. SDL_ShowCursor;
  808. SDL_ShowMessageBox;
  809. SDL_ShowOpenFileDialog;
  810. SDL_ShowOpenFolderDialog;
  811. SDL_ShowSaveFileDialog;
  812. SDL_ShowSimpleMessageBox;
  813. SDL_ShowWindow;
  814. SDL_ShowWindowSystemMenu;
  815. SDL_SignalCondition;
  816. SDL_SignalSemaphore;
  817. SDL_StartTextInput;
  818. SDL_StartTextInputWithProperties;
  819. SDL_StepUTF8;
  820. SDL_StopHapticEffect;
  821. SDL_StopHapticEffects;
  822. SDL_StopHapticRumble;
  823. SDL_StopTextInput;
  824. SDL_StorageReady;
  825. SDL_StringToGUID;
  826. SDL_SurfaceHasAlternateImages;
  827. SDL_SurfaceHasColorKey;
  828. SDL_SurfaceHasRLE;
  829. SDL_SyncWindow;
  830. SDL_TellIO;
  831. SDL_TextInputActive;
  832. SDL_TimeFromWindows;
  833. SDL_TimeToDateTime;
  834. SDL_TimeToWindows;
  835. SDL_TryLockMutex;
  836. SDL_TryLockRWLockForReading;
  837. SDL_TryLockRWLockForWriting;
  838. SDL_TryLockSpinlock;
  839. SDL_TryWaitSemaphore;
  840. SDL_UCS4ToUTF8;
  841. SDL_UnbindAudioStream;
  842. SDL_UnbindAudioStreams;
  843. SDL_UnloadObject;
  844. SDL_UnlockAudioStream;
  845. SDL_UnlockJoysticks;
  846. SDL_UnlockMutex;
  847. SDL_UnlockProperties;
  848. SDL_UnlockRWLock;
  849. SDL_UnlockSpinlock;
  850. SDL_UnlockSurface;
  851. SDL_UnlockTexture;
  852. SDL_UnregisterApp;
  853. SDL_UpdateGamepads;
  854. SDL_UpdateHapticEffect;
  855. SDL_UpdateJoysticks;
  856. SDL_UpdateNVTexture;
  857. SDL_UpdateSensors;
  858. SDL_UpdateTexture;
  859. SDL_UpdateWindowSurface;
  860. SDL_UpdateWindowSurfaceRects;
  861. SDL_UpdateYUVTexture;
  862. SDL_Vulkan_CreateSurface;
  863. SDL_Vulkan_DestroySurface;
  864. SDL_Vulkan_GetInstanceExtensions;
  865. SDL_Vulkan_GetPresentationSupport;
  866. SDL_Vulkan_GetVkGetInstanceProcAddr;
  867. SDL_Vulkan_LoadLibrary;
  868. SDL_Vulkan_UnloadLibrary;
  869. SDL_WaitCondition;
  870. SDL_WaitConditionTimeout;
  871. SDL_WaitEvent;
  872. SDL_WaitEventTimeout;
  873. SDL_WaitSemaphore;
  874. SDL_WaitSemaphoreTimeout;
  875. SDL_WaitThread;
  876. SDL_WarpMouseGlobal;
  877. SDL_WarpMouseInWindow;
  878. SDL_WasInit;
  879. SDL_WindowHasSurface;
  880. SDL_WriteIO;
  881. SDL_WriteS16BE;
  882. SDL_WriteS16LE;
  883. SDL_WriteS32BE;
  884. SDL_WriteS32LE;
  885. SDL_WriteS64BE;
  886. SDL_WriteS64LE;
  887. SDL_WriteS8;
  888. SDL_WriteStorageFile;
  889. SDL_WriteSurfacePixel;
  890. SDL_WriteSurfacePixelFloat;
  891. SDL_WriteU16BE;
  892. SDL_WriteU16LE;
  893. SDL_WriteU32BE;
  894. SDL_WriteU32LE;
  895. SDL_WriteU64BE;
  896. SDL_WriteU64LE;
  897. SDL_WriteU8;
  898. SDL_abs;
  899. SDL_acos;
  900. SDL_acosf;
  901. SDL_aligned_alloc;
  902. SDL_aligned_free;
  903. SDL_asin;
  904. SDL_asinf;
  905. SDL_asprintf;
  906. SDL_atan2;
  907. SDL_atan2f;
  908. SDL_atan;
  909. SDL_atanf;
  910. SDL_atof;
  911. SDL_atoi;
  912. SDL_bsearch;
  913. SDL_bsearch_r;
  914. SDL_calloc;
  915. SDL_ceil;
  916. SDL_ceilf;
  917. SDL_copysign;
  918. SDL_copysignf;
  919. SDL_cos;
  920. SDL_cosf;
  921. SDL_crc16;
  922. SDL_crc32;
  923. SDL_exp;
  924. SDL_expf;
  925. SDL_fabs;
  926. SDL_fabsf;
  927. SDL_floor;
  928. SDL_floorf;
  929. SDL_fmod;
  930. SDL_fmodf;
  931. SDL_free;
  932. SDL_getenv;
  933. SDL_hid_ble_scan;
  934. SDL_hid_close;
  935. SDL_hid_device_change_count;
  936. SDL_hid_enumerate;
  937. SDL_hid_exit;
  938. SDL_hid_free_enumeration;
  939. SDL_hid_get_device_info;
  940. SDL_hid_get_feature_report;
  941. SDL_hid_get_indexed_string;
  942. SDL_hid_get_input_report;
  943. SDL_hid_get_manufacturer_string;
  944. SDL_hid_get_product_string;
  945. SDL_hid_get_report_descriptor;
  946. SDL_hid_get_serial_number_string;
  947. SDL_hid_init;
  948. SDL_hid_open;
  949. SDL_hid_open_path;
  950. SDL_hid_read;
  951. SDL_hid_read_timeout;
  952. SDL_hid_send_feature_report;
  953. SDL_hid_set_nonblocking;
  954. SDL_hid_write;
  955. SDL_iconv;
  956. SDL_iconv_close;
  957. SDL_iconv_open;
  958. SDL_iconv_string;
  959. SDL_isalnum;
  960. SDL_isalpha;
  961. SDL_isblank;
  962. SDL_iscntrl;
  963. SDL_isdigit;
  964. SDL_isgraph;
  965. SDL_isinf;
  966. SDL_isinff;
  967. SDL_islower;
  968. SDL_isnan;
  969. SDL_isnanf;
  970. SDL_isprint;
  971. SDL_ispunct;
  972. SDL_isspace;
  973. SDL_isupper;
  974. SDL_isxdigit;
  975. SDL_itoa;
  976. SDL_lltoa;
  977. SDL_log10;
  978. SDL_log10f;
  979. SDL_log;
  980. SDL_logf;
  981. SDL_lround;
  982. SDL_lroundf;
  983. SDL_ltoa;
  984. SDL_malloc;
  985. SDL_memcmp;
  986. SDL_memcpy;
  987. SDL_memmove;
  988. SDL_memset4;
  989. SDL_memset;
  990. SDL_modf;
  991. SDL_modff;
  992. SDL_pow;
  993. SDL_powf;
  994. SDL_qsort;
  995. SDL_qsort_r;
  996. SDL_rand;
  997. SDL_rand_bits;
  998. SDL_rand_bits_r;
  999. SDL_rand_r;
  1000. SDL_randf;
  1001. SDL_randf_r;
  1002. SDL_realloc;
  1003. SDL_round;
  1004. SDL_roundf;
  1005. SDL_scalbn;
  1006. SDL_scalbnf;
  1007. SDL_setenv;
  1008. SDL_sin;
  1009. SDL_sinf;
  1010. SDL_snprintf;
  1011. SDL_sqrt;
  1012. SDL_sqrtf;
  1013. SDL_srand;
  1014. SDL_sscanf;
  1015. SDL_strcasecmp;
  1016. SDL_strcasestr;
  1017. SDL_strchr;
  1018. SDL_strcmp;
  1019. SDL_strdup;
  1020. SDL_strlcat;
  1021. SDL_strlcpy;
  1022. SDL_strlen;
  1023. SDL_strlwr;
  1024. SDL_strncasecmp;
  1025. SDL_strncmp;
  1026. SDL_strndup;
  1027. SDL_strnlen;
  1028. SDL_strnstr;
  1029. SDL_strrchr;
  1030. SDL_strrev;
  1031. SDL_strstr;
  1032. SDL_strtod;
  1033. SDL_strtok_r;
  1034. SDL_strtol;
  1035. SDL_strtoll;
  1036. SDL_strtoul;
  1037. SDL_strtoull;
  1038. SDL_strupr;
  1039. SDL_swprintf;
  1040. SDL_tan;
  1041. SDL_tanf;
  1042. SDL_tolower;
  1043. SDL_toupper;
  1044. SDL_trunc;
  1045. SDL_truncf;
  1046. SDL_uitoa;
  1047. SDL_ulltoa;
  1048. SDL_ultoa;
  1049. SDL_unsetenv;
  1050. SDL_utf8strlcpy;
  1051. SDL_utf8strlen;
  1052. SDL_utf8strnlen;
  1053. SDL_vasprintf;
  1054. SDL_vsnprintf;
  1055. SDL_vsscanf;
  1056. SDL_vswprintf;
  1057. SDL_wcscasecmp;
  1058. SDL_wcscmp;
  1059. SDL_wcsdup;
  1060. SDL_wcslcat;
  1061. SDL_wcslcpy;
  1062. SDL_wcslen;
  1063. SDL_wcsncasecmp;
  1064. SDL_wcsncmp;
  1065. SDL_wcsnlen;
  1066. SDL_wcsnstr;
  1067. SDL_wcsstr;
  1068. SDL_wcstol;
  1069. # extra symbols go here (don't modify this line)
  1070. local: *;
  1071. };