SDL_dynapi.sym 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025
  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_GetAudioCaptureDevices;
  170. SDL_GetAudioDeviceFormat;
  171. SDL_GetAudioDeviceName;
  172. SDL_GetAudioDriver;
  173. SDL_GetAudioOutputDevices;
  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_GetDesktopDisplayMode;
  214. SDL_GetDisplayBounds;
  215. SDL_GetDisplayContentScale;
  216. SDL_GetDisplayForPoint;
  217. SDL_GetDisplayForRect;
  218. SDL_GetDisplayForWindow;
  219. SDL_GetDisplayName;
  220. SDL_GetDisplayProperties;
  221. SDL_GetDisplayUsableBounds;
  222. SDL_GetDisplays;
  223. SDL_GetError;
  224. SDL_GetEventFilter;
  225. SDL_GetFloatProperty;
  226. SDL_GetFullscreenDisplayModes;
  227. SDL_GetGamepadAppleSFSymbolsNameForAxis;
  228. SDL_GetGamepadAppleSFSymbolsNameForButton;
  229. SDL_GetGamepadAxis;
  230. SDL_GetGamepadAxisFromString;
  231. SDL_GetGamepadBindings;
  232. SDL_GetGamepadButton;
  233. SDL_GetGamepadButtonFromString;
  234. SDL_GetGamepadButtonLabel;
  235. SDL_GetGamepadButtonLabelForType;
  236. SDL_GetGamepadConnectionState;
  237. SDL_GetGamepadFirmwareVersion;
  238. SDL_GetGamepadFromInstanceID;
  239. SDL_GetGamepadFromPlayerIndex;
  240. SDL_GetGamepadInstanceGUID;
  241. SDL_GetGamepadInstanceID;
  242. SDL_GetGamepadInstanceMapping;
  243. SDL_GetGamepadInstanceName;
  244. SDL_GetGamepadInstancePath;
  245. SDL_GetGamepadInstancePlayerIndex;
  246. SDL_GetGamepadInstanceProduct;
  247. SDL_GetGamepadInstanceProductVersion;
  248. SDL_GetGamepadInstanceType;
  249. SDL_GetGamepadInstanceVendor;
  250. SDL_GetGamepadJoystick;
  251. SDL_GetGamepadMapping;
  252. SDL_GetGamepadMappingForGUID;
  253. SDL_GetGamepadMappings;
  254. SDL_GetGamepadName;
  255. SDL_GetGamepadPath;
  256. SDL_GetGamepadPlayerIndex;
  257. SDL_GetGamepadPowerInfo;
  258. SDL_GetGamepadProduct;
  259. SDL_GetGamepadProductVersion;
  260. SDL_GetGamepadProperties;
  261. SDL_GetGamepadSensorData;
  262. SDL_GetGamepadSensorDataRate;
  263. SDL_GetGamepadSerial;
  264. SDL_GetGamepadSteamHandle;
  265. SDL_GetGamepadStringForAxis;
  266. SDL_GetGamepadStringForButton;
  267. SDL_GetGamepadStringForType;
  268. SDL_GetGamepadTouchpadFinger;
  269. SDL_GetGamepadType;
  270. SDL_GetGamepadTypeFromString;
  271. SDL_GetGamepadVendor;
  272. SDL_GetGamepads;
  273. SDL_GetGlobalMouseState;
  274. SDL_GetGlobalProperties;
  275. SDL_GetGrabbedWindow;
  276. SDL_GetHapticEffectStatus;
  277. SDL_GetHapticFeatures;
  278. SDL_GetHapticFromInstanceID;
  279. SDL_GetHapticInstanceID;
  280. SDL_GetHapticInstanceName;
  281. SDL_GetHapticName;
  282. SDL_GetHaptics;
  283. SDL_GetHint;
  284. SDL_GetHintBoolean;
  285. SDL_GetIOProperties;
  286. SDL_GetIOSize;
  287. SDL_GetIOStatus;
  288. SDL_GetJoystickAxis;
  289. SDL_GetJoystickAxisInitialState;
  290. SDL_GetJoystickBall;
  291. SDL_GetJoystickButton;
  292. SDL_GetJoystickConnectionState;
  293. SDL_GetJoystickFirmwareVersion;
  294. SDL_GetJoystickFromInstanceID;
  295. SDL_GetJoystickFromPlayerIndex;
  296. SDL_GetJoystickGUID;
  297. SDL_GetJoystickGUIDFromString;
  298. SDL_GetJoystickGUIDInfo;
  299. SDL_GetJoystickGUIDString;
  300. SDL_GetJoystickHat;
  301. SDL_GetJoystickInstanceGUID;
  302. SDL_GetJoystickInstanceID;
  303. SDL_GetJoystickInstanceName;
  304. SDL_GetJoystickInstancePath;
  305. SDL_GetJoystickInstancePlayerIndex;
  306. SDL_GetJoystickInstanceProduct;
  307. SDL_GetJoystickInstanceProductVersion;
  308. SDL_GetJoystickInstanceType;
  309. SDL_GetJoystickInstanceVendor;
  310. SDL_GetJoystickName;
  311. SDL_GetJoystickPath;
  312. SDL_GetJoystickPlayerIndex;
  313. SDL_GetJoystickPowerInfo;
  314. SDL_GetJoystickProduct;
  315. SDL_GetJoystickProductVersion;
  316. SDL_GetJoystickProperties;
  317. SDL_GetJoystickSerial;
  318. SDL_GetJoystickType;
  319. SDL_GetJoystickVendor;
  320. SDL_GetJoysticks;
  321. SDL_GetKeyFromName;
  322. SDL_GetKeyFromScancode;
  323. SDL_GetKeyName;
  324. SDL_GetKeyboardFocus;
  325. SDL_GetKeyboardInstanceName;
  326. SDL_GetKeyboardState;
  327. SDL_GetKeyboards;
  328. SDL_GetLogOutputFunction;
  329. SDL_GetLogPriority;
  330. SDL_GetMasksForPixelFormatEnum;
  331. SDL_GetMaxHapticEffects;
  332. SDL_GetMaxHapticEffectsPlaying;
  333. SDL_GetMemoryFunctions;
  334. SDL_GetMice;
  335. SDL_GetModState;
  336. SDL_GetMouseFocus;
  337. SDL_GetMouseInstanceName;
  338. SDL_GetMouseState;
  339. SDL_GetNaturalDisplayOrientation;
  340. SDL_GetNumAllocations;
  341. SDL_GetNumAudioDrivers;
  342. SDL_GetNumCameraDrivers;
  343. SDL_GetNumGamepadTouchpadFingers;
  344. SDL_GetNumGamepadTouchpads;
  345. SDL_GetNumHapticAxes;
  346. SDL_GetNumJoystickAxes;
  347. SDL_GetNumJoystickBalls;
  348. SDL_GetNumJoystickButtons;
  349. SDL_GetNumJoystickHats;
  350. SDL_GetNumRenderDrivers;
  351. SDL_GetNumVideoDrivers;
  352. SDL_GetNumberProperty;
  353. SDL_GetOriginalMemoryFunctions;
  354. SDL_GetPathInfo;
  355. SDL_GetPenCapabilities;
  356. SDL_GetPenFromGUID;
  357. SDL_GetPenGUID;
  358. SDL_GetPenName;
  359. SDL_GetPenStatus;
  360. SDL_GetPenType;
  361. SDL_GetPens;
  362. SDL_GetPerformanceCounter;
  363. SDL_GetPerformanceFrequency;
  364. SDL_GetPixelFormatEnumForMasks;
  365. SDL_GetPixelFormatName;
  366. SDL_GetPlatform;
  367. SDL_GetPowerInfo;
  368. SDL_GetPrefPath;
  369. SDL_GetPreferredLocales;
  370. SDL_GetPrimaryDisplay;
  371. SDL_GetPrimarySelectionText;
  372. SDL_GetProperty;
  373. SDL_GetPropertyType;
  374. SDL_GetRGB;
  375. SDL_GetRGBA;
  376. SDL_GetRealGamepadInstanceType;
  377. SDL_GetRealGamepadType;
  378. SDL_GetRectAndLineIntersection;
  379. SDL_GetRectAndLineIntersectionFloat;
  380. SDL_GetRectEnclosingPoints;
  381. SDL_GetRectEnclosingPointsFloat;
  382. SDL_GetRectIntersection;
  383. SDL_GetRectIntersectionFloat;
  384. SDL_GetRectUnion;
  385. SDL_GetRectUnionFloat;
  386. SDL_GetRelativeMouseMode;
  387. SDL_GetRelativeMouseState;
  388. SDL_GetRenderClipRect;
  389. SDL_GetRenderColorScale;
  390. SDL_GetRenderDrawBlendMode;
  391. SDL_GetRenderDrawColor;
  392. SDL_GetRenderDrawColorFloat;
  393. SDL_GetRenderDriver;
  394. SDL_GetRenderLogicalPresentation;
  395. SDL_GetRenderMetalCommandEncoder;
  396. SDL_GetRenderMetalLayer;
  397. SDL_GetRenderOutputSize;
  398. SDL_GetRenderScale;
  399. SDL_GetRenderTarget;
  400. SDL_GetRenderVSync;
  401. SDL_GetRenderViewport;
  402. SDL_GetRenderWindow;
  403. SDL_GetRenderer;
  404. SDL_GetRendererFromTexture;
  405. SDL_GetRendererName;
  406. SDL_GetRendererProperties;
  407. SDL_GetRevision;
  408. SDL_GetSIMDAlignment;
  409. SDL_GetScancodeFromKey;
  410. SDL_GetScancodeFromName;
  411. SDL_GetScancodeName;
  412. SDL_GetSemaphoreValue;
  413. SDL_GetSensorData;
  414. SDL_GetSensorFromInstanceID;
  415. SDL_GetSensorInstanceID;
  416. SDL_GetSensorInstanceName;
  417. SDL_GetSensorInstanceNonPortableType;
  418. SDL_GetSensorInstanceType;
  419. SDL_GetSensorName;
  420. SDL_GetSensorNonPortableType;
  421. SDL_GetSensorProperties;
  422. SDL_GetSensorType;
  423. SDL_GetSensors;
  424. SDL_GetSilenceValueForFormat;
  425. SDL_GetStorageFileSize;
  426. SDL_GetStoragePathInfo;
  427. SDL_GetStorageSpaceRemaining;
  428. SDL_GetStringProperty;
  429. SDL_GetSurfaceAlphaMod;
  430. SDL_GetSurfaceBlendMode;
  431. SDL_GetSurfaceClipRect;
  432. SDL_GetSurfaceColorKey;
  433. SDL_GetSurfaceColorMod;
  434. SDL_GetSurfaceColorspace;
  435. SDL_GetSurfaceProperties;
  436. SDL_GetSystemRAM;
  437. SDL_GetSystemTheme;
  438. SDL_GetTLS;
  439. SDL_GetTextureAlphaMod;
  440. SDL_GetTextureAlphaModFloat;
  441. SDL_GetTextureBlendMode;
  442. SDL_GetTextureColorMod;
  443. SDL_GetTextureColorModFloat;
  444. SDL_GetTextureProperties;
  445. SDL_GetTextureScaleMode;
  446. SDL_GetTextureSize;
  447. SDL_GetThreadID;
  448. SDL_GetThreadName;
  449. SDL_GetTicks;
  450. SDL_GetTicksNS;
  451. SDL_GetTouchDeviceName;
  452. SDL_GetTouchDeviceType;
  453. SDL_GetTouchDevices;
  454. SDL_GetTouchFingers;
  455. SDL_GetUserFolder;
  456. SDL_GetVersion;
  457. SDL_GetVideoDriver;
  458. SDL_GetWindowAspectRatio;
  459. SDL_GetWindowBordersSize;
  460. SDL_GetWindowDisplayScale;
  461. SDL_GetWindowFlags;
  462. SDL_GetWindowFromID;
  463. SDL_GetWindowFullscreenMode;
  464. SDL_GetWindowICCProfile;
  465. SDL_GetWindowID;
  466. SDL_GetWindowKeyboardGrab;
  467. SDL_GetWindowMaximumSize;
  468. SDL_GetWindowMinimumSize;
  469. SDL_GetWindowMouseGrab;
  470. SDL_GetWindowMouseRect;
  471. SDL_GetWindowOpacity;
  472. SDL_GetWindowParent;
  473. SDL_GetWindowPixelDensity;
  474. SDL_GetWindowPixelFormat;
  475. SDL_GetWindowPosition;
  476. SDL_GetWindowProperties;
  477. SDL_GetWindowSize;
  478. SDL_GetWindowSizeInPixels;
  479. SDL_GetWindowSurface;
  480. SDL_GetWindowSurfaceVSync;
  481. SDL_GetWindowTitle;
  482. SDL_GlobDirectory;
  483. SDL_GlobStorageDirectory;
  484. SDL_HapticEffectSupported;
  485. SDL_HapticRumbleSupported;
  486. SDL_HasARMSIMD;
  487. SDL_HasAVX2;
  488. SDL_HasAVX512F;
  489. SDL_HasAVX;
  490. SDL_HasAltiVec;
  491. SDL_HasClipboardData;
  492. SDL_HasClipboardText;
  493. SDL_HasEvent;
  494. SDL_HasEvents;
  495. SDL_HasGamepad;
  496. SDL_HasJoystick;
  497. SDL_HasKeyboard;
  498. SDL_HasLASX;
  499. SDL_HasLSX;
  500. SDL_HasMMX;
  501. SDL_HasMouse;
  502. SDL_HasNEON;
  503. SDL_HasPrimarySelectionText;
  504. SDL_HasProperty;
  505. SDL_HasRectIntersection;
  506. SDL_HasRectIntersectionFloat;
  507. SDL_HasSSE2;
  508. SDL_HasSSE3;
  509. SDL_HasSSE41;
  510. SDL_HasSSE42;
  511. SDL_HasSSE;
  512. SDL_HasScreenKeyboardSupport;
  513. SDL_HideCursor;
  514. SDL_HideWindow;
  515. SDL_IOFromConstMem;
  516. SDL_IOFromDynamicMem;
  517. SDL_IOFromFile;
  518. SDL_IOFromMem;
  519. SDL_IOprintf;
  520. SDL_IOvprintf;
  521. SDL_Init;
  522. SDL_InitHapticRumble;
  523. SDL_InitSubSystem;
  524. SDL_IsAndroidTV;
  525. SDL_IsChromebook;
  526. SDL_IsDeXMode;
  527. SDL_IsGamepad;
  528. SDL_IsJoystickHaptic;
  529. SDL_IsJoystickVirtual;
  530. SDL_IsMouseHaptic;
  531. SDL_IsTablet;
  532. SDL_JoystickConnected;
  533. SDL_JoystickEventsEnabled;
  534. SDL_LinuxSetThreadPriority;
  535. SDL_LinuxSetThreadPriorityAndPolicy;
  536. SDL_LoadBMP;
  537. SDL_LoadBMP_IO;
  538. SDL_LoadFile;
  539. SDL_LoadFile_IO;
  540. SDL_LoadFunction;
  541. SDL_LoadObject;
  542. SDL_LoadWAV;
  543. SDL_LoadWAV_IO;
  544. SDL_LockAudioStream;
  545. SDL_LockJoysticks;
  546. SDL_LockMutex;
  547. SDL_LockProperties;
  548. SDL_LockRWLockForReading;
  549. SDL_LockRWLockForWriting;
  550. SDL_LockSpinlock;
  551. SDL_LockSurface;
  552. SDL_LockTexture;
  553. SDL_LockTextureToSurface;
  554. SDL_Log;
  555. SDL_LogCritical;
  556. SDL_LogDebug;
  557. SDL_LogError;
  558. SDL_LogInfo;
  559. SDL_LogMessage;
  560. SDL_LogMessageV;
  561. SDL_LogVerbose;
  562. SDL_LogWarn;
  563. SDL_MapRGB;
  564. SDL_MapRGBA;
  565. SDL_MaximizeWindow;
  566. SDL_MemoryBarrierAcquireFunction;
  567. SDL_MemoryBarrierReleaseFunction;
  568. SDL_Metal_CreateView;
  569. SDL_Metal_DestroyView;
  570. SDL_Metal_GetLayer;
  571. SDL_MinimizeWindow;
  572. SDL_MixAudio;
  573. SDL_OnApplicationDidBecomeActive;
  574. SDL_OnApplicationDidChangeStatusBarOrientation;
  575. SDL_OnApplicationDidEnterBackground;
  576. SDL_OnApplicationDidReceiveMemoryWarning;
  577. SDL_OnApplicationWillEnterForeground;
  578. SDL_OnApplicationWillResignActive;
  579. SDL_OnApplicationWillTerminate;
  580. SDL_OpenAudioDevice;
  581. SDL_OpenAudioDeviceStream;
  582. SDL_OpenCameraDevice;
  583. SDL_OpenFileStorage;
  584. SDL_OpenGamepad;
  585. SDL_OpenHaptic;
  586. SDL_OpenHapticFromJoystick;
  587. SDL_OpenHapticFromMouse;
  588. SDL_OpenIO;
  589. SDL_OpenJoystick;
  590. SDL_OpenSensor;
  591. SDL_OpenStorage;
  592. SDL_OpenTitleStorage;
  593. SDL_OpenURL;
  594. SDL_OpenUserStorage;
  595. SDL_OutOfMemory;
  596. SDL_PauseAudioDevice;
  597. SDL_PauseAudioStreamDevice;
  598. SDL_PauseHaptic;
  599. SDL_PeepEvents;
  600. SDL_PenConnected;
  601. SDL_PlayHapticRumble;
  602. SDL_PollEvent;
  603. SDL_PostSemaphore;
  604. SDL_PremultiplyAlpha;
  605. SDL_PumpEvents;
  606. SDL_PushEvent;
  607. SDL_PutAudioStreamData;
  608. SDL_Quit;
  609. SDL_QuitSubSystem;
  610. SDL_RaiseWindow;
  611. SDL_ReadIO;
  612. SDL_ReadS16BE;
  613. SDL_ReadS16LE;
  614. SDL_ReadS32BE;
  615. SDL_ReadS32LE;
  616. SDL_ReadS64BE;
  617. SDL_ReadS64LE;
  618. SDL_ReadS8;
  619. SDL_ReadStorageFile;
  620. SDL_ReadSurfacePixel;
  621. SDL_ReadU16BE;
  622. SDL_ReadU16LE;
  623. SDL_ReadU32BE;
  624. SDL_ReadU32LE;
  625. SDL_ReadU64BE;
  626. SDL_ReadU64LE;
  627. SDL_ReadU8;
  628. SDL_RegisterApp;
  629. SDL_RegisterEvents;
  630. SDL_ReleaseCameraFrame;
  631. SDL_ReloadGamepadMappings;
  632. SDL_RemovePath;
  633. SDL_RemoveStoragePath;
  634. SDL_RemoveTimer;
  635. SDL_RenamePath;
  636. SDL_RenameStoragePath;
  637. SDL_RenderClear;
  638. SDL_RenderClipEnabled;
  639. SDL_RenderCoordinatesFromWindow;
  640. SDL_RenderCoordinatesToWindow;
  641. SDL_RenderFillRect;
  642. SDL_RenderFillRects;
  643. SDL_RenderGeometry;
  644. SDL_RenderGeometryRaw;
  645. SDL_RenderGeometryRawFloat;
  646. SDL_RenderLine;
  647. SDL_RenderLines;
  648. SDL_RenderPoint;
  649. SDL_RenderPoints;
  650. SDL_RenderPresent;
  651. SDL_RenderReadPixels;
  652. SDL_RenderRect;
  653. SDL_RenderRects;
  654. SDL_RenderTexture;
  655. SDL_RenderTextureRotated;
  656. SDL_RenderViewportSet;
  657. SDL_ReportAssertion;
  658. SDL_ResetAssertionReport;
  659. SDL_ResetHint;
  660. SDL_ResetHints;
  661. SDL_ResetKeyboard;
  662. SDL_ResetLogPriorities;
  663. SDL_RestoreWindow;
  664. SDL_ResumeAudioDevice;
  665. SDL_ResumeAudioStreamDevice;
  666. SDL_ResumeHaptic;
  667. SDL_RumbleGamepad;
  668. SDL_RumbleGamepadTriggers;
  669. SDL_RumbleJoystick;
  670. SDL_RumbleJoystickTriggers;
  671. SDL_RunApp;
  672. SDL_RunHapticEffect;
  673. SDL_SaveBMP;
  674. SDL_SaveBMP_IO;
  675. SDL_ScreenKeyboardShown;
  676. SDL_ScreenSaverEnabled;
  677. SDL_SeekIO;
  678. SDL_SendGamepadEffect;
  679. SDL_SendJoystickEffect;
  680. SDL_SendJoystickVirtualSensorData;
  681. SDL_SetAssertionHandler;
  682. SDL_SetAudioPostmixCallback;
  683. SDL_SetAudioStreamFormat;
  684. SDL_SetAudioStreamFrequencyRatio;
  685. SDL_SetAudioStreamGetCallback;
  686. SDL_SetAudioStreamPutCallback;
  687. SDL_SetBooleanProperty;
  688. SDL_SetClipboardData;
  689. SDL_SetClipboardText;
  690. SDL_SetCursor;
  691. SDL_SetError;
  692. SDL_SetEventEnabled;
  693. SDL_SetEventFilter;
  694. SDL_SetFloatProperty;
  695. SDL_SetGamepadEventsEnabled;
  696. SDL_SetGamepadLED;
  697. SDL_SetGamepadMapping;
  698. SDL_SetGamepadPlayerIndex;
  699. SDL_SetGamepadSensorEnabled;
  700. SDL_SetHapticAutocenter;
  701. SDL_SetHapticGain;
  702. SDL_SetHint;
  703. SDL_SetHintWithPriority;
  704. SDL_SetJoystickEventsEnabled;
  705. SDL_SetJoystickLED;
  706. SDL_SetJoystickPlayerIndex;
  707. SDL_SetJoystickVirtualAxis;
  708. SDL_SetJoystickVirtualBall;
  709. SDL_SetJoystickVirtualButton;
  710. SDL_SetJoystickVirtualHat;
  711. SDL_SetJoystickVirtualTouchpad;
  712. SDL_SetLogOutputFunction;
  713. SDL_SetLogPriorities;
  714. SDL_SetLogPriority;
  715. SDL_SetMainReady;
  716. SDL_SetMemoryFunctions;
  717. SDL_SetModState;
  718. SDL_SetNumberProperty;
  719. SDL_SetPaletteColors;
  720. SDL_SetPixelFormatPalette;
  721. SDL_SetPrimarySelectionText;
  722. SDL_SetProperty;
  723. SDL_SetPropertyWithCleanup;
  724. SDL_SetRelativeMouseMode;
  725. SDL_SetRenderClipRect;
  726. SDL_SetRenderColorScale;
  727. SDL_SetRenderDrawBlendMode;
  728. SDL_SetRenderDrawColor;
  729. SDL_SetRenderDrawColorFloat;
  730. SDL_SetRenderLogicalPresentation;
  731. SDL_SetRenderScale;
  732. SDL_SetRenderTarget;
  733. SDL_SetRenderVSync;
  734. SDL_SetRenderViewport;
  735. SDL_SetStringProperty;
  736. SDL_SetSurfaceAlphaMod;
  737. SDL_SetSurfaceBlendMode;
  738. SDL_SetSurfaceClipRect;
  739. SDL_SetSurfaceColorKey;
  740. SDL_SetSurfaceColorMod;
  741. SDL_SetSurfaceColorspace;
  742. SDL_SetSurfacePalette;
  743. SDL_SetSurfaceRLE;
  744. SDL_SetTLS;
  745. SDL_SetTextInputRect;
  746. SDL_SetTextureAlphaMod;
  747. SDL_SetTextureAlphaModFloat;
  748. SDL_SetTextureBlendMode;
  749. SDL_SetTextureColorMod;
  750. SDL_SetTextureColorModFloat;
  751. SDL_SetTextureScaleMode;
  752. SDL_SetThreadPriority;
  753. SDL_SetWindowAlwaysOnTop;
  754. SDL_SetWindowAspectRatio;
  755. SDL_SetWindowBordered;
  756. SDL_SetWindowFocusable;
  757. SDL_SetWindowFullscreen;
  758. SDL_SetWindowFullscreenMode;
  759. SDL_SetWindowHitTest;
  760. SDL_SetWindowIcon;
  761. SDL_SetWindowInputFocus;
  762. SDL_SetWindowKeyboardGrab;
  763. SDL_SetWindowMaximumSize;
  764. SDL_SetWindowMinimumSize;
  765. SDL_SetWindowModalFor;
  766. SDL_SetWindowMouseGrab;
  767. SDL_SetWindowMouseRect;
  768. SDL_SetWindowOpacity;
  769. SDL_SetWindowPosition;
  770. SDL_SetWindowResizable;
  771. SDL_SetWindowShape;
  772. SDL_SetWindowSize;
  773. SDL_SetWindowSurfaceVSync;
  774. SDL_SetWindowTitle;
  775. SDL_SetWindowsMessageHook;
  776. SDL_SetX11EventHook;
  777. SDL_ShowCursor;
  778. SDL_ShowMessageBox;
  779. SDL_ShowOpenFileDialog;
  780. SDL_ShowOpenFolderDialog;
  781. SDL_ShowSaveFileDialog;
  782. SDL_ShowSimpleMessageBox;
  783. SDL_ShowWindow;
  784. SDL_ShowWindowSystemMenu;
  785. SDL_SignalCondition;
  786. SDL_SoftStretch;
  787. SDL_StartTextInput;
  788. SDL_StopHapticEffect;
  789. SDL_StopHapticEffects;
  790. SDL_StopHapticRumble;
  791. SDL_StopTextInput;
  792. SDL_StorageReady;
  793. SDL_SurfaceHasColorKey;
  794. SDL_SurfaceHasRLE;
  795. SDL_SyncWindow;
  796. SDL_TellIO;
  797. SDL_TextInputActive;
  798. SDL_TimeFromWindows;
  799. SDL_TimeToDateTime;
  800. SDL_TimeToWindows;
  801. SDL_TryLockMutex;
  802. SDL_TryLockRWLockForReading;
  803. SDL_TryLockRWLockForWriting;
  804. SDL_TryLockSpinlock;
  805. SDL_TryWaitSemaphore;
  806. SDL_UnbindAudioStream;
  807. SDL_UnbindAudioStreams;
  808. SDL_UnloadObject;
  809. SDL_UnlockAudioStream;
  810. SDL_UnlockJoysticks;
  811. SDL_UnlockMutex;
  812. SDL_UnlockProperties;
  813. SDL_UnlockRWLock;
  814. SDL_UnlockSpinlock;
  815. SDL_UnlockSurface;
  816. SDL_UnlockTexture;
  817. SDL_UnregisterApp;
  818. SDL_UpdateGamepads;
  819. SDL_UpdateHapticEffect;
  820. SDL_UpdateJoysticks;
  821. SDL_UpdateNVTexture;
  822. SDL_UpdateSensors;
  823. SDL_UpdateTexture;
  824. SDL_UpdateWindowSurface;
  825. SDL_UpdateWindowSurfaceRects;
  826. SDL_UpdateYUVTexture;
  827. SDL_Vulkan_CreateSurface;
  828. SDL_Vulkan_DestroySurface;
  829. SDL_Vulkan_GetInstanceExtensions;
  830. SDL_Vulkan_GetVkGetInstanceProcAddr;
  831. SDL_Vulkan_LoadLibrary;
  832. SDL_Vulkan_UnloadLibrary;
  833. SDL_WaitCondition;
  834. SDL_WaitConditionTimeout;
  835. SDL_WaitEvent;
  836. SDL_WaitEventTimeout;
  837. SDL_WaitSemaphore;
  838. SDL_WaitSemaphoreTimeout;
  839. SDL_WaitThread;
  840. SDL_WarpMouseGlobal;
  841. SDL_WarpMouseInWindow;
  842. SDL_WasInit;
  843. SDL_WinRTGetDeviceFamily;
  844. SDL_WinRTGetFSPath;
  845. SDL_WindowHasSurface;
  846. SDL_WriteIO;
  847. SDL_WriteS16BE;
  848. SDL_WriteS16LE;
  849. SDL_WriteS32BE;
  850. SDL_WriteS32LE;
  851. SDL_WriteS64BE;
  852. SDL_WriteS64LE;
  853. SDL_WriteS8;
  854. SDL_WriteStorageFile;
  855. SDL_WriteU16BE;
  856. SDL_WriteU16LE;
  857. SDL_WriteU32BE;
  858. SDL_WriteU32LE;
  859. SDL_WriteU64BE;
  860. SDL_WriteU64LE;
  861. SDL_WriteU8;
  862. SDL_abs;
  863. SDL_acos;
  864. SDL_acosf;
  865. SDL_aligned_alloc;
  866. SDL_aligned_free;
  867. SDL_asin;
  868. SDL_asinf;
  869. SDL_asprintf;
  870. SDL_atan2;
  871. SDL_atan2f;
  872. SDL_atan;
  873. SDL_atanf;
  874. SDL_atof;
  875. SDL_atoi;
  876. SDL_bsearch;
  877. SDL_bsearch_r;
  878. SDL_calloc;
  879. SDL_ceil;
  880. SDL_ceilf;
  881. SDL_copysign;
  882. SDL_copysignf;
  883. SDL_cos;
  884. SDL_cosf;
  885. SDL_crc16;
  886. SDL_crc32;
  887. SDL_exp;
  888. SDL_expf;
  889. SDL_fabs;
  890. SDL_fabsf;
  891. SDL_floor;
  892. SDL_floorf;
  893. SDL_fmod;
  894. SDL_fmodf;
  895. SDL_free;
  896. SDL_getenv;
  897. SDL_hid_ble_scan;
  898. SDL_hid_close;
  899. SDL_hid_device_change_count;
  900. SDL_hid_enumerate;
  901. SDL_hid_exit;
  902. SDL_hid_free_enumeration;
  903. SDL_hid_get_device_info;
  904. SDL_hid_get_feature_report;
  905. SDL_hid_get_indexed_string;
  906. SDL_hid_get_input_report;
  907. SDL_hid_get_manufacturer_string;
  908. SDL_hid_get_product_string;
  909. SDL_hid_get_report_descriptor;
  910. SDL_hid_get_serial_number_string;
  911. SDL_hid_init;
  912. SDL_hid_open;
  913. SDL_hid_open_path;
  914. SDL_hid_read;
  915. SDL_hid_read_timeout;
  916. SDL_hid_send_feature_report;
  917. SDL_hid_set_nonblocking;
  918. SDL_hid_write;
  919. SDL_iOSSetAnimationCallback;
  920. SDL_iOSSetEventPump;
  921. SDL_iconv;
  922. SDL_iconv_close;
  923. SDL_iconv_open;
  924. SDL_iconv_string;
  925. SDL_isalnum;
  926. SDL_isalpha;
  927. SDL_isblank;
  928. SDL_iscntrl;
  929. SDL_isdigit;
  930. SDL_isgraph;
  931. SDL_islower;
  932. SDL_isprint;
  933. SDL_ispunct;
  934. SDL_isspace;
  935. SDL_isupper;
  936. SDL_isxdigit;
  937. SDL_itoa;
  938. SDL_lltoa;
  939. SDL_log10;
  940. SDL_log10f;
  941. SDL_log;
  942. SDL_logf;
  943. SDL_lround;
  944. SDL_lroundf;
  945. SDL_ltoa;
  946. SDL_malloc;
  947. SDL_memcmp;
  948. SDL_memcpy;
  949. SDL_memmove;
  950. SDL_memset4;
  951. SDL_memset;
  952. SDL_modf;
  953. SDL_modff;
  954. SDL_pow;
  955. SDL_powf;
  956. SDL_qsort;
  957. SDL_qsort_r;
  958. SDL_realloc;
  959. SDL_round;
  960. SDL_roundf;
  961. SDL_scalbn;
  962. SDL_scalbnf;
  963. SDL_setenv;
  964. SDL_sin;
  965. SDL_sinf;
  966. SDL_snprintf;
  967. SDL_sqrt;
  968. SDL_sqrtf;
  969. SDL_sscanf;
  970. SDL_strcasecmp;
  971. SDL_strcasestr;
  972. SDL_strchr;
  973. SDL_strcmp;
  974. SDL_strdup;
  975. SDL_strlcat;
  976. SDL_strlcpy;
  977. SDL_strlen;
  978. SDL_strlwr;
  979. SDL_strncasecmp;
  980. SDL_strncmp;
  981. SDL_strndup;
  982. SDL_strnlen;
  983. SDL_strnstr;
  984. SDL_strrchr;
  985. SDL_strrev;
  986. SDL_strstr;
  987. SDL_strtod;
  988. SDL_strtok_r;
  989. SDL_strtol;
  990. SDL_strtoll;
  991. SDL_strtoul;
  992. SDL_strtoull;
  993. SDL_strupr;
  994. SDL_swprintf;
  995. SDL_tan;
  996. SDL_tanf;
  997. SDL_tolower;
  998. SDL_toupper;
  999. SDL_trunc;
  1000. SDL_truncf;
  1001. SDL_uitoa;
  1002. SDL_ulltoa;
  1003. SDL_ultoa;
  1004. SDL_utf8strlcpy;
  1005. SDL_utf8strlen;
  1006. SDL_utf8strnlen;
  1007. SDL_vasprintf;
  1008. SDL_vsnprintf;
  1009. SDL_vsscanf;
  1010. SDL_vswprintf;
  1011. SDL_wcscasecmp;
  1012. SDL_wcscmp;
  1013. SDL_wcsdup;
  1014. SDL_wcslcat;
  1015. SDL_wcslcpy;
  1016. SDL_wcslen;
  1017. SDL_wcsncasecmp;
  1018. SDL_wcsncmp;
  1019. SDL_wcsnlen;
  1020. SDL_wcsnstr;
  1021. SDL_wcsstr;
  1022. SDL_wcstol;
  1023. # extra symbols go here (don't modify this line)
  1024. local: *;
  1025. };