SDL_dynapi.sym 23 KB

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