0
|
1 _SDL_Init
|
|
2 _SDL_InitSubSystem
|
|
3 _SDL_QuitSubSystem
|
|
4 _SDL_WasInit
|
|
5 _SDL_Quit
|
|
6 _SDL_GetAppState
|
|
7 _SDL_AudioInit
|
|
8 _SDL_AudioQuit
|
|
9 _SDL_AudioDriverName
|
|
10 _SDL_OpenAudio
|
|
11 _SDL_GetAudioStatus
|
|
12 _SDL_PauseAudio
|
|
13 _SDL_LoadWAV_RW
|
|
14 _SDL_FreeWAV
|
|
15 _SDL_BuildAudioCVT
|
|
16 _SDL_ConvertAudio
|
|
17 _SDL_MixAudio
|
|
18 _SDL_LockAudio
|
|
19 _SDL_UnlockAudio
|
|
20 _SDL_CloseAudio
|
|
21 _SDL_CDNumDrives
|
|
22 _SDL_CDName
|
|
23 _SDL_CDOpen
|
|
24 _SDL_CDStatus
|
|
25 _SDL_CDPlayTracks
|
|
26 _SDL_CDPlay
|
|
27 _SDL_CDPause
|
|
28 _SDL_CDResume
|
|
29 _SDL_CDStop
|
|
30 _SDL_CDEject
|
|
31 _SDL_CDClose
|
|
32 _SDL_ReadLE16
|
|
33 _SDL_ReadBE16
|
|
34 _SDL_ReadLE32
|
|
35 _SDL_ReadBE32
|
|
36 _SDL_ReadLE64
|
|
37 _SDL_ReadBE64
|
|
38 _SDL_WriteLE16
|
|
39 _SDL_WriteBE16
|
|
40 _SDL_WriteLE32
|
|
41 _SDL_WriteBE32
|
|
42 _SDL_WriteLE64
|
|
43 _SDL_WriteBE64
|
|
44 _SDL_SetError
|
|
45 _SDL_GetError
|
|
46 _SDL_ClearError
|
|
47 _SDL_PumpEvents
|
|
48 _SDL_PeepEvents
|
|
49 _SDL_PollEvent
|
|
50 _SDL_WaitEvent
|
|
51 _SDL_PushEvent
|
|
52 _SDL_SetEventFilter
|
|
53 _SDL_GetEventFilter
|
|
54 _SDL_EventState
|
|
55 _SDL_NumJoysticks
|
|
56 _SDL_JoystickName
|
|
57 _SDL_JoystickOpen
|
|
58 _SDL_JoystickOpened
|
|
59 _SDL_JoystickIndex
|
|
60 _SDL_JoystickNumAxes
|
|
61 _SDL_JoystickNumBalls
|
|
62 _SDL_JoystickNumHats
|
|
63 _SDL_JoystickNumButtons
|
|
64 _SDL_JoystickUpdate
|
|
65 _SDL_JoystickEventState
|
|
66 _SDL_JoystickGetAxis
|
|
67 _SDL_JoystickGetHat
|
|
68 _SDL_JoystickGetBall
|
|
69 _SDL_JoystickGetButton
|
|
70 _SDL_JoystickClose
|
|
71 _SDL_EnableUNICODE
|
|
72 _SDL_EnableKeyRepeat
|
|
73 _SDL_GetKeyState
|
|
74 _SDL_GetModState
|
|
75 _SDL_SetModState
|
|
76 _SDL_GetKeyName
|
|
77 _SDL_RegisterApp
|
|
78 _SDL_InitQuickDraw
|
|
79 _SDL_GetMouseState
|
|
80 _SDL_GetRelativeMouseState
|
|
81 _SDL_WarpMouse
|
|
82 _SDL_CreateCursor
|
|
83 _SDL_SetCursor
|
|
84 _SDL_GetCursor
|
|
85 _SDL_FreeCursor
|
|
86 _SDL_ShowCursor
|
|
87 _SDL_CreateMutex
|
|
88 _SDL_mutexP
|
|
89 _SDL_mutexV
|
|
90 _SDL_DestroyMutex
|
|
91 _SDL_CreateSemaphore
|
|
92 _SDL_DestroySemaphore
|
|
93 _SDL_SemWait
|
|
94 _SDL_SemTryWait
|
|
95 _SDL_SemWaitTimeout
|
|
96 _SDL_SemPost
|
|
97 _SDL_SemValue
|
|
98 _SDL_CreateCond
|
|
99 _SDL_DestroyCond
|
|
100 _SDL_CondSignal
|
|
101 _SDL_CondBroadcast
|
|
102 _SDL_CondWait
|
|
103 _SDL_CondWaitTimeout
|
|
104 _SDL_RWFromFile
|
|
105 _SDL_RWFromFP
|
|
106 _SDL_RWFromMem
|
|
107 _SDL_AllocRW
|
|
108 _SDL_FreeRW
|
|
109 _SDL_GetWMInfo
|
|
110 _SDL_CreateThread
|
|
111 _SDL_ThreadID
|
|
112 _SDL_GetThreadID
|
|
113 _SDL_WaitThread
|
|
114 _SDL_KillThread
|
|
115 _SDL_GetTicks
|
|
116 _SDL_Delay
|
|
117 _SDL_SetTimer
|
|
118 _SDL_AddTimer
|
|
119 _SDL_RemoveTimer
|
|
120 _SDL_Linked_Version
|
|
121 _SDL_VideoInit
|
|
122 _SDL_VideoQuit
|
|
123 _SDL_VideoDriverName
|
|
124 _SDL_GetVideoSurface
|
|
125 _SDL_GetVideoInfo
|
|
126 _SDL_VideoModeOK
|
|
127 _SDL_ListModes
|
|
128 _SDL_SetVideoMode
|
|
129 _SDL_UpdateRects
|
|
130 _SDL_UpdateRect
|
|
131 _SDL_Flip
|
|
132 _SDL_SetGamma
|
|
133 _SDL_SetGammaRamp
|
|
134 _SDL_GetGammaRamp
|
|
135 _SDL_SetColors
|
|
136 _SDL_SetPalette
|
|
137 _SDL_MapRGB
|
|
138 _SDL_MapRGBA
|
|
139 _SDL_GetRGB
|
|
140 _SDL_GetRGBA
|
|
141 _SDL_CreateRGBSurface
|
|
142 _SDL_CreateRGBSurfaceFrom
|
|
143 _SDL_FreeSurface
|
|
144 _SDL_LockSurface
|
|
145 _SDL_UnlockSurface
|
|
146 _SDL_LoadBMP_RW
|
|
147 _SDL_SaveBMP_RW
|
|
148 _SDL_SetColorKey
|
|
149 _SDL_SetAlpha
|
|
150 _SDL_SetClipRect
|
|
151 _SDL_GetClipRect
|
|
152 _SDL_ConvertSurface
|
|
153 _SDL_UpperBlit
|
|
154 _SDL_LowerBlit
|
|
155 _SDL_FillRect
|
|
156 _SDL_DisplayFormat
|
|
157 _SDL_DisplayFormatAlpha
|
|
158 _SDL_CreateYUVOverlay
|
|
159 _SDL_LockYUVOverlay
|
|
160 _SDL_UnlockYUVOverlay
|
|
161 _SDL_DisplayYUVOverlay
|
|
162 _SDL_FreeYUVOverlay
|
|
163 _SDL_GL_LoadLibrary
|
|
164 _SDL_GL_GetProcAddress
|
|
165 _SDL_GL_SetAttribute
|
|
166 _SDL_GL_GetAttribute
|
|
167 _SDL_GL_SwapBuffers
|
|
168 _SDL_GL_UpdateRects
|
|
169 _SDL_GL_Lock
|
|
170 _SDL_GL_Unlock
|
|
171 _SDL_WM_SetCaption
|
|
172 _SDL_WM_GetCaption
|
|
173 _SDL_WM_SetIcon
|
|
174 _SDL_WM_IconifyWindow
|
|
175 _SDL_WM_ToggleFullScreen
|
|
176 _SDL_WM_GrabInput
|