SDL_dynapi.sym 26 KB

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