-
Notifications
You must be signed in to change notification settings - Fork 1
/
SDLApis.txt
592 lines (592 loc) · 14.6 KB
/
SDLApis.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
SDL2!SDL_SIMDFree
SDL2!SDL_HasARMSIMD
SDL2!SDL_GetPreferredLocales
SDL2!SDL_OpenURL
SDL2!SDL_IsTablet
SDL2!SDL_GetWindowWMInfo
SDL2!SDL_GetBasePath
SDL2!SDL_GetPrefPath
SDL2!SDL_GetPowerInfo
SDL2!SDL_GetCPUCount
SDL2!SDL_GetCPUCacheLineSize
SDL2!SDL_HasRDTSC
SDL2!SDL_HasAltiVec
SDL2!SDL_HasMMX
SDL2!SDL_Has3DNow
SDL2!SDL_HasSSE
SDL2!SDL_HasSSE2
SDL2!SDL_HasSSE3
SDL2!SDL_HasSSE41
SDL2!SDL_HasSSE42
SDL2!SDL_HasAVX
SDL2!SDL_HasAVX2
SDL2!SDL_HasAVX512F
SDL2!SDL_HasNEON
SDL2!SDL_GetSystemRAM
SDL2!SDL_SIMDGetAlignment
SDL2!SDL_SIMDAlloc
SDL2!SDL_SIMDRealloc
SDL2!SDL_DequeueAudio
SDL2!SDL_GetQueuedAudioSize
SDL2!SDL_ClearQueuedAudio
SDL2!SDL_NewAudioStream
SDL2!SDL_AudioStreamPut
SDL2!SDL_AudioStreamGet
SDL2!SDL_AudioStreamAvailable
SDL2!SDL_AudioStreamClear
SDL2!SDL_FreeAudioStream
SDL2!SDL_Delay
SDL2!SDL_GetTicks
SDL2!SDL_GetPerformanceCounter
SDL2!SDL_GetPerformanceFrequency
SDL2!SDL_AddTimer
SDL2!SDL_RemoveTimer
SDL2!SDL_AudioInit
SDL2!SDL_AudioQuit
SDL2!SDL_CloseAudio
SDL2!SDL_CloseAudioDevice
SDL2!SDL_FreeWAV
SDL2!SDL_GetAudioDeviceName
SDL2!SDL_GetAudioDeviceStatus
SDL2!SDL_GetAudioDriver
SDL2!SDL_GetAudioStatus
SDL2!SDL_GetCurrentAudioDriver
SDL2!SDL_GetNumAudioDevices
SDL2!SDL_GetNumAudioDrivers
SDL2!SDL_LoadWAV
SDL2!SDL_LockAudio
SDL2!SDL_LockAudioDevice
SDL2!SDL_MixAudio
SDL2!SDL_MixAudioFormat
SDL2!SDL_OpenAudio
SDL2!SDL_OpenAudio
SDL2!SDL_OpenAudioDevice
SDL2!SDL_PauseAudio
SDL2!SDL_PauseAudioDevice
SDL2!SDL_UnlockAudio
SDL2!SDL_UnlockAudioDevice
SDL2!SDL_QueueAudio
SDL2!SDL_HapticRunEffect
SDL2!SDL_HapticSetAutocenter
SDL2!SDL_HapticSetGain
SDL2!SDL_HapticStopAll
SDL2!SDL_HapticStopEffect
SDL2!SDL_HapticUnpause
SDL2!SDL_HapticUpdateEffect
SDL2!SDL_JoystickIsHaptic
SDL2!SDL_MouseIsHaptic
SDL2!SDL_NumHaptics
SDL2!SDL_NumSensors
SDL2!SDL_SensorGetDeviceName
SDL2!SDL_SensorGetDeviceType
SDL2!SDL_SensorGetDeviceNonPortableType
SDL2!SDL_SensorGetDeviceInstanceID
SDL2!SDL_SensorOpen
SDL2!SDL_SensorFromInstanceID
SDL2!SDL_SensorGetName
SDL2!SDL_SensorGetType
SDL2!SDL_SensorGetNonPortableType
SDL2!SDL_SensorGetInstanceID
SDL2!SDL_SensorGetData
SDL2!SDL_SensorClose
SDL2!SDL_SensorUpdate
SDL2!SDL_LockSensors
SDL2!SDL_UnlockSensors
SDL2!SDL_GameControllerHasButton
SDL2!SDL_GameControllerGetNumTouchpads
SDL2!SDL_GameControllerGetNumTouchpadFingers
SDL2!SDL_GameControllerGetTouchpadFinger
SDL2!SDL_GameControllerHasSensor
SDL2!SDL_GameControllerSetSensorEnabled
SDL2!SDL_GameControllerIsSensorEnabled
SDL2!SDL_GameControllerGetSensorData
SDL2!SDL_HapticClose
SDL2!SDL_HapticDestroyEffect
SDL2!SDL_HapticEffectSupported
SDL2!SDL_HapticGetEffectStatus
SDL2!SDL_HapticIndex
SDL2!SDL_HapticName
SDL2!SDL_HapticNewEffect
SDL2!SDL_HapticNumAxes
SDL2!SDL_HapticNumEffects
SDL2!SDL_HapticNumEffectsPlaying
SDL2!SDL_HapticOpen
SDL2!SDL_HapticOpened
SDL2!SDL_HapticOpenFromJoystick
SDL2!SDL_HapticOpenFromMouse
SDL2!SDL_HapticPause
SDL2!SDL_HapticQuery
SDL2!SDL_HapticRumbleInit
SDL2!SDL_HapticRumblePlay
SDL2!SDL_HapticRumbleStop
SDL2!SDL_HapticRumbleSupported
SDL2!SDL_GameControllerGetProduct
SDL2!SDL_GameControllerGetProductVersion
SDL2!SDL_GameControllerGetSerial
SDL2!SDL_GameControllerGetAttached
SDL2!SDL_GameControllerGetJoystick
SDL2!SDL_GameControllerEventState
SDL2!SDL_GameControllerUpdate
SDL2!SDL_GameControllerGetAxisFromString
SDL2!SDL_GameControllerGetStringForAxis
SDL2!SDL_GameControllerGetBindForAxis
SDL2!SDL_GameControllerGetAxis
SDL2!SDL_GameControllerGetButtonFromString
SDL2!SDL_GameControllerGetStringForButton
SDL2!SDL_GameControllerGetBindForButton
SDL2!SDL_GameControllerGetButton
SDL2!SDL_GameControllerRumble
SDL2!SDL_GameControllerRumbleTriggers
SDL2!SDL_GameControllerClose
SDL2!SDL_GameControllerFromInstanceID
SDL2!SDL_GameControllerTypeForIndex
SDL2!SDL_GameControllerGetType
SDL2!SDL_GameControllerFromPlayerIndex
SDL2!SDL_GameControllerSetPlayerIndex
SDL2!SDL_GameControllerHasLED
SDL2!SDL_GameControllerSetLED
SDL2!SDL_GameControllerHasAxis
SDL2!SDL_JoystickFromInstanceID
SDL2!SDL_LockJoysticks
SDL2!SDL_UnlockJoysticks
SDL2!SDL_JoystickFromPlayerIndex
SDL2!SDL_JoystickSetPlayerIndex
SDL2!SDL_JoystickAttachVirtual
SDL2!SDL_JoystickDetachVirtual
SDL2!SDL_JoystickIsVirtual
SDL2!SDL_JoystickSetVirtualAxis
SDL2!SDL_JoystickSetVirtualButton
SDL2!SDL_JoystickSetVirtualHat
SDL2!SDL_JoystickHasLED
SDL2!SDL_JoystickSetLED
SDL2!SDL_GameControllerAddMapping
SDL2!SDL_GameControllerNumMappings
SDL2!SDL_GameControllerMappingForIndex
SDL2!SDL_GameControllerAddMappingsFromFile
SDL2!SDL_GameControllerMappingForGUID
SDL2!SDL_GameControllerMapping
SDL2!SDL_IsGameController
SDL2!SDL_GameControllerNameForIndex
SDL2!SDL_GameControllerMappingForDeviceIndex
SDL2!SDL_GameControllerOpen
SDL2!SDL_GameControllerName
SDL2!SDL_GameControllerGetVendor
SDL2!SDL_JoystickGetHat
SDL2!SDL_JoystickName
SDL2!SDL_JoystickNameForIndex
SDL2!SDL_JoystickNumAxes
SDL2!SDL_JoystickNumBalls
SDL2!SDL_JoystickNumButtons
SDL2!SDL_JoystickNumHats
SDL2!SDL_JoystickOpen
SDL2!SDL_JoystickUpdate
SDL2!SDL_NumJoysticks
SDL2!SDL_JoystickGetDeviceGUID
SDL2!SDL_JoystickGetGUID
SDL2!SDL_JoystickGetGUIDString
SDL2!SDL_JoystickGetGUIDFromString
SDL2!SDL_JoystickGetDeviceVendor
SDL2!SDL_JoystickGetDeviceProduct
SDL2!SDL_JoystickGetDeviceProductVersion
SDL2!SDL_JoystickGetDeviceType
SDL2!SDL_JoystickGetDeviceInstanceID
SDL2!SDL_JoystickGetVendor
SDL2!SDL_JoystickGetProduct
SDL2!SDL_JoystickGetProductVersion
SDL2!SDL_JoystickGetSerial
SDL2!SDL_JoystickGetType
SDL2!SDL_JoystickGetAttached
SDL2!SDL_JoystickInstanceID
SDL2!SDL_JoystickCurrentPowerLevel
SDL2!SDL_GetGlobalMouseState
SDL2!SDL_GetGlobalMouseState
SDL2!SDL_GetRelativeMouseState
SDL2!SDL_WarpMouseInWindow
SDL2!SDL_WarpMouseGlobal
SDL2!SDL_SetRelativeMouseMode
SDL2!SDL_CaptureMouse
SDL2!SDL_GetRelativeMouseMode
SDL2!SDL_CreateCursor
SDL2!SDL_CreateColorCursor
SDL2!SDL_CreateSystemCursor
SDL2!SDL_SetCursor
SDL2!SDL_GetCursor
SDL2!SDL_FreeCursor
SDL2!SDL_ShowCursor
SDL2!SDL_GetNumTouchDevices
SDL2!SDL_GetTouchDevice
SDL2!SDL_GetNumTouchFingers
SDL2!SDL_GetTouchFinger
SDL2!SDL_GetTouchDeviceType
SDL2!SDL_JoystickRumble
SDL2!SDL_JoystickRumbleTriggers
SDL2!SDL_JoystickClose
SDL2!SDL_JoystickEventState
SDL2!SDL_JoystickGetAxis
SDL2!SDL_JoystickGetAxisInitialState
SDL2!SDL_JoystickGetBall
SDL2!SDL_JoystickGetButton
SDL2!SDL_FilterEvents
SDL2!SDL_EventState
SDL2!SDL_GetEventState
SDL2!SDL_RegisterEvents
SDL2!SDL_GetKeyboardFocus
SDL2!SDL_GetKeyboardState
SDL2!SDL_GetModState
SDL2!SDL_SetModState
SDL2!SDL_GetKeyFromScancode
SDL2!SDL_GetScancodeFromKey
SDL2!SDL_GetScancodeName
SDL2!SDL_GetScancodeFromName
SDL2!SDL_GetKeyName
SDL2!SDL_GetKeyFromName
SDL2!SDL_StartTextInput
SDL2!SDL_IsTextInputActive
SDL2!SDL_StopTextInput
SDL2!SDL_SetTextInputRect
SDL2!SDL_HasScreenKeyboardSupport
SDL2!SDL_IsScreenKeyboardShown
SDL2!SDL_GetMouseFocus
SDL2!SDL_GetMouseState
SDL2!SDL_GetMouseState
SDL2!SDL_GetMouseState
SDL2!SDL_GetMouseState
SDL2!SDL_GetGlobalMouseState
SDL2!SDL_GetGlobalMouseState
SDL2!SDL_SetSurfaceBlendMode
SDL2!SDL_SetSurfaceColorMod
SDL2!SDL_SetSurfacePalette
SDL2!SDL_SetSurfaceRLE
SDL2!SDL_HasSurfaceRLE
SDL2!SDL_SoftStretch
SDL2!SDL_UnlockSurface
SDL2!SDL_UpperBlit
SDL2!SDL_UpperBlitScaled
SDL2!SDL_DuplicateSurface
SDL2!SDL_HasClipboardText
SDL2!SDL_GetClipboardText
SDL2!SDL_SetClipboardText
SDL2!SDL_PumpEvents
SDL2!SDL_PeepEvents
SDL2!SDL_HasEvent
SDL2!SDL_HasEvents
SDL2!SDL_FlushEvent
SDL2!SDL_FlushEvents
SDL2!SDL_PollEvent
SDL2!SDL_WaitEvent
SDL2!SDL_WaitEventTimeout
SDL2!SDL_PushEvent
SDL2!SDL_SetEventFilter
SDL2!SDL_GetEventFilter
SDL2!SDL_AddEventWatch
SDL2!SDL_DelEventWatch
SDL2!SDL_BlitScaled
SDL2!SDL_BlitScaled
SDL2!SDL_ConvertPixels
SDL2!SDL_ConvertSurface
SDL2!SDL_ConvertSurfaceFormat
SDL2!SDL_CreateRGBSurface
SDL2!SDL_CreateRGBSurfaceFrom
SDL2!SDL_CreateRGBSurfaceWithFormat
SDL2!SDL_CreateRGBSurfaceWithFormatFrom
SDL2!SDL_FillRect
SDL2!SDL_FillRect
SDL2!SDL_FillRects
SDL2!SDL_FreeSurface
SDL2!SDL_GetClipRect
SDL2!SDL_HasColorKey
SDL2!SDL_GetColorKey
SDL2!SDL_GetSurfaceAlphaMod
SDL2!SDL_GetSurfaceBlendMode
SDL2!SDL_GetSurfaceColorMod
SDL2!SDL_LoadBMP
SDL2!SDL_LockSurface
SDL2!SDL_LowerBlit
SDL2!SDL_LowerBlitScaled
SDL2!SDL_SaveBMP
SDL2!SDL_SetClipRect
SDL2!SDL_SetColorKey
SDL2!SDL_SetSurfaceAlphaMod
SDL2!SDL_AllocFormat
SDL2!SDL_AllocPalette
SDL2!SDL_CalculateGammaRamp
SDL2!SDL_FreeFormat
SDL2!SDL_FreePalette
SDL2!SDL_GetPixelFormatName
SDL2!SDL_GetRGB
SDL2!SDL_GetRGBA
SDL2!SDL_MapRGB
SDL2!SDL_MapRGBA
SDL2!SDL_MasksToPixelFormatEnum
SDL2!SDL_PixelFormatEnumToMasks
SDL2!SDL_SetPaletteColors
SDL2!SDL_SetPixelFormatPalette
SDL2!SDL_PointInRect
SDL2!SDL_EnclosePoints
SDL2!SDL_HasIntersection
SDL2!SDL_IntersectRect
SDL2!SDL_IntersectRectAndLine
SDL2!SDL_RectEmpty
SDL2!SDL_RectEquals
SDL2!SDL_UnionRect
SDL2!SDL_BlitSurface
SDL2!SDL_BlitSurface
SDL2!SDL_BlitSurface
SDL2!SDL_BlitSurface
SDL2!SDL_BlitScaled
SDL2!SDL_BlitScaled
SDL2!SDL_RenderGetViewport
SDL2!SDL_RenderPresent
SDL2!SDL_RenderReadPixels
SDL2!SDL_RenderSetClipRect
SDL2!SDL_RenderSetClipRect
SDL2!SDL_RenderSetLogicalSize
SDL2!SDL_RenderSetScale
SDL2!SDL_RenderSetIntegerScale
SDL2!SDL_RenderSetViewport
SDL2!SDL_SetRenderDrawBlendMode
SDL2!SDL_SetRenderDrawColor
SDL2!SDL_SetRenderTarget
SDL2!SDL_SetTextureAlphaMod
SDL2!SDL_SetTextureBlendMode
SDL2!SDL_SetTextureColorMod
SDL2!SDL_UnlockTexture
SDL2!SDL_UpdateTexture
SDL2!SDL_UpdateTexture
SDL2!SDL_UpdateYUVTexture
SDL2!SDL_RenderTargetSupported
SDL2!SDL_GetRenderTarget
SDL2!SDL_RenderIsClipEnabled
SDL2!SDL_RenderFlush
SDL2!SDL_RenderFillRect
SDL2!SDL_RenderFillRect
SDL2!SDL_RenderFillRects
SDL2!SDL_RenderCopyF
SDL2!SDL_RenderCopyF
SDL2!SDL_RenderCopyF
SDL2!SDL_RenderCopyF
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyExF
SDL2!SDL_RenderCopyExF
SDL2!SDL_RenderCopyExF
SDL2!SDL_RenderCopyExF
SDL2!SDL_RenderCopyExF
SDL2!SDL_RenderCopyExF
SDL2!SDL_RenderDrawPointF
SDL2!SDL_RenderDrawPointsF
SDL2!SDL_RenderDrawLineF
SDL2!SDL_RenderDrawLinesF
SDL2!SDL_RenderDrawRectF
SDL2!SDL_RenderDrawRectF
SDL2!SDL_RenderDrawRectsF
SDL2!SDL_RenderFillRectF
SDL2!SDL_RenderFillRectF
SDL2!SDL_RenderFillRectsF
SDL2!SDL_RenderGetClipRect
SDL2!SDL_RenderGetLogicalSize
SDL2!SDL_RenderGetScale
SDL2!SDL_GetTextureAlphaMod
SDL2!SDL_GetTextureBlendMode
SDL2!SDL_GetTextureColorMod
SDL2!SDL_LockTexture
SDL2!SDL_LockTexture
SDL2!SDL_LockTextureToSurface
SDL2!SDL_LockTextureToSurface
SDL2!SDL_QueryTexture
SDL2!SDL_RenderClear
SDL2!SDL_RenderCopy
SDL2!SDL_RenderCopy
SDL2!SDL_RenderCopy
SDL2!SDL_RenderCopy
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderCopyEx
SDL2!SDL_RenderDrawLine
SDL2!SDL_RenderDrawLines
SDL2!SDL_RenderDrawPoint
SDL2!SDL_RenderDrawPoints
SDL2!SDL_RenderDrawRect
SDL2!SDL_RenderDrawRect
SDL2!SDL_RenderDrawRects
SDL2!SDL_SetWindowHitTest
SDL2!SDL_GetGrabbedWindow
SDL2!SDL_ComposeCustomBlendMode
SDL2!SDL_Vulkan_LoadLibrary
SDL2!SDL_Vulkan_GetVkGetInstanceProcAddr
SDL2!SDL_Vulkan_UnloadLibrary
SDL2!SDL_Vulkan_GetInstanceExtensions
SDL2!SDL_Vulkan_CreateSurface
SDL2!SDL_Vulkan_GetDrawableSize
SDL2!SDL_CreateRenderer
SDL2!SDL_CreateSoftwareRenderer
SDL2!SDL_CreateTexture
SDL2!SDL_CreateTextureFromSurface
SDL2!SDL_DestroyRenderer
SDL2!SDL_DestroyTexture
SDL2!SDL_GetNumRenderDrivers
SDL2!SDL_GetRenderDrawBlendMode
SDL2!SDL_SetTextureScaleMode
SDL2!SDL_GetTextureScaleMode
SDL2!SDL_GetRenderDrawColor
SDL2!SDL_GetRenderDriverInfo
SDL2!SDL_GetRenderer
SDL2!SDL_GetRendererInfo
SDL2!SDL_GetRendererOutputSize
SDL2!SDL_GL_UnbindTexture
SDL2!SDL_HideWindow
SDL2!SDL_IsScreenSaverEnabled
SDL2!SDL_MaximizeWindow
SDL2!SDL_MinimizeWindow
SDL2!SDL_RaiseWindow
SDL2!SDL_RestoreWindow
SDL2!SDL_SetWindowBrightness
SDL2!SDL_SetWindowData
SDL2!SDL_SetWindowDisplayMode
SDL2!SDL_SetWindowFullscreen
SDL2!SDL_SetWindowGammaRamp
SDL2!SDL_SetWindowGrab
SDL2!SDL_SetWindowIcon
SDL2!SDL_SetWindowMaximumSize
SDL2!SDL_SetWindowMinimumSize
SDL2!SDL_SetWindowPosition
SDL2!SDL_SetWindowSize
SDL2!SDL_SetWindowBordered
SDL2!SDL_GetWindowBordersSize
SDL2!SDL_SetWindowResizable
SDL2!SDL_SetWindowTitle
SDL2!SDL_ShowWindow
SDL2!SDL_UpdateWindowSurface
SDL2!SDL_UpdateWindowSurfaceRects
SDL2!SDL_VideoInit
SDL2!SDL_VideoQuit
SDL2!SDL_GetWindowGrab
SDL2!SDL_GetWindowID
SDL2!SDL_GetWindowPixelFormat
SDL2!SDL_GetWindowMaximumSize
SDL2!SDL_GetWindowMinimumSize
SDL2!SDL_GetWindowPosition
SDL2!SDL_GetWindowSize
SDL2!SDL_GetWindowSurface
SDL2!SDL_GetWindowTitle
SDL2!SDL_GL_BindTexture
SDL2!SDL_GL_CreateContext
SDL2!SDL_GL_DeleteContext
SDL2!SDL_GL_LoadLibrary
SDL2!SDL_GL_GetProcAddress
SDL2!SDL_GL_GetProcAddress
SDL2!SDL_GL_UnloadLibrary
SDL2!SDL_GL_ExtensionSupported
SDL2!SDL_GL_ResetAttributes
SDL2!SDL_GL_GetAttribute
SDL2!SDL_GL_GetSwapInterval
SDL2!SDL_GL_MakeCurrent
SDL2!SDL_GL_GetCurrentWindow
SDL2!SDL_GL_GetCurrentContext
SDL2!SDL_GL_GetDrawableSize
SDL2!SDL_GL_SetAttribute
SDL2!SDL_GL_SetAttribute
SDL2!SDL_GL_SetSwapInterval
SDL2!SDL_GL_SwapWindow
SDL2!SDL_DisableScreenSaver
SDL2!SDL_EnableScreenSaver
SDL2!SDL_GetClosestDisplayMode
SDL2!SDL_GetCurrentDisplayMode
SDL2!SDL_GetCurrentVideoDriver
SDL2!SDL_GetDesktopDisplayMode
SDL2!SDL_GetDisplayName
SDL2!SDL_GetDisplayBounds
SDL2!SDL_GetDisplayDPI
SDL2!SDL_GetDisplayOrientation
SDL2!SDL_GetDisplayMode
SDL2!SDL_GetDisplayUsableBounds
SDL2!SDL_GetNumDisplayModes
SDL2!SDL_GetNumVideoDisplays
SDL2!SDL_GetNumVideoDrivers
SDL2!SDL_GetVideoDriver
SDL2!SDL_GetWindowBrightness
SDL2!SDL_SetWindowOpacity
SDL2!SDL_GetWindowOpacity
SDL2!SDL_SetWindowModalFor
SDL2!SDL_SetWindowInputFocus
SDL2!SDL_GetWindowData
SDL2!SDL_GetWindowDisplayIndex
SDL2!SDL_GetWindowDisplayMode
SDL2!SDL_GetWindowFlags
SDL2!SDL_GetWindowFromID
SDL2!SDL_GetWindowGammaRamp
SDL2!SDL_LogDebug
SDL2!SDL_LogInfo
SDL2!SDL_LogWarn
SDL2!SDL_LogError
SDL2!SDL_LogCritical
SDL2!SDL_LogMessage
SDL2!SDL_LogMessageV
SDL2!SDL_LogGetPriority
SDL2!SDL_LogSetPriority
SDL2!SDL_LogSetAllPriority
SDL2!SDL_LogResetPriorities
SDL2!SDL_LogGetOutputFunction
SDL2!SDL_LogSetOutputFunction
SDL2!SDL_ShowMessageBox
SDL2!SDL_ShowSimpleMessageBox
SDL2!SDL_GetVersion
SDL2!SDL_GetRevision
SDL2!SDL_GetRevisionNumber
SDL2!SDL_CreateWindow
SDL2!SDL_CreateWindowAndRenderer
SDL2!SDL_CreateWindowFrom
SDL2!SDL_DestroyWindow
SDL2!SDL_WriteLE64
SDL2!SDL_WriteBE64
SDL2!SDL_RWclose
SDL2!SDL_LoadFile
SDL2!SDL_SetMainReady
SDL2!SDL_Init
SDL2!SDL_InitSubSystem
SDL2!SDL_Quit
SDL2!SDL_QuitSubSystem
SDL2!SDL_WasInit
SDL2!SDL_GetPlatform
SDL2!SDL_ClearHints
SDL2!SDL_GetHint
SDL2!SDL_SetHint
SDL2!SDL_SetHintWithPriority
SDL2!SDL_GetHintBoolean
SDL2!SDL_ClearError
SDL2!SDL_GetError
SDL2!SDL_SetError
SDL2!SDL_GetErrorMsg
SDL2!SDL_Log
SDL2!SDL_LogVerbose
SDL2!SDL_memcpy
SDL2!SDL_RWFromFile
SDL2!SDL_AllocRW
SDL2!SDL_FreeRW
SDL2!SDL_RWFromFP
SDL2!SDL_RWFromMem
SDL2!SDL_RWFromConstMem
SDL2!SDL_RWsize
SDL2!SDL_RWseek
SDL2!SDL_RWtell
SDL2!SDL_RWread
SDL2!SDL_RWwrite
SDL2!SDL_ReadU8
SDL2!SDL_ReadLE16
SDL2!SDL_ReadBE16
SDL2!SDL_ReadLE32
SDL2!SDL_ReadBE32
SDL2!SDL_ReadLE64
SDL2!SDL_ReadBE64
SDL2!SDL_WriteU8
SDL2!SDL_WriteLE16
SDL2!SDL_WriteBE16
SDL2!SDL_WriteLE32
SDL2!SDL_WriteBE32
SDL2!SDL_malloc
SDL2!SDL_free