SDL_dynapi.sym 25 KB

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