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_putenv
|
|
56 SDL_getenv
|
|
57 SDL_NumJoysticks
|
|
58 SDL_JoystickName
|
|
59 SDL_JoystickOpen
|
|
60 SDL_JoystickOpened
|
|
61 SDL_JoystickIndex
|
|
62 SDL_JoystickNumAxes
|
|
63 SDL_JoystickNumBalls
|
|
64 SDL_JoystickNumHats
|
|
65 SDL_JoystickNumButtons
|
|
66 SDL_JoystickUpdate
|
|
67 SDL_JoystickEventState
|
|
68 SDL_JoystickGetAxis
|
|
69 SDL_JoystickGetHat
|
|
70 SDL_JoystickGetBall
|
|
71 SDL_JoystickGetButton
|
|
72 SDL_JoystickClose
|
|
73 SDL_EnableUNICODE
|
|
74 SDL_EnableKeyRepeat
|
|
75 SDL_GetKeyState
|
|
76 SDL_GetModState
|
|
77 SDL_SetModState
|
|
78 SDL_GetKeyName
|
|
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
|
|
177 SDL_InitQuickDraw
|