Mercurial > sdl-ios-xcode
annotate src/main/macos/exports/SDL.x @ 866:0a45995a7fc3
Date: Tue, 2 Mar 2004 11:34:54 +0100
From: Bartosz Fenski aka fEnIo
Subject: outdated entry in INSTALL file
I've just found in INSTALL file:
If you are cross-compiling from Linux to Win32, you should read
the file README.Win32
But you don't shipped this file with SDL. I've found in CVS logs that
this file has been deleted and this information is now in FAQ.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 02 Mar 2004 13:01:02 +0000 |
parents | ab0d977f91f8 |
children | eb78bb0b715b |
rev | line source |
---|---|
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 | |
763 | 32 SDL_HasRDTSC |
33 SDL_HasMMX | |
791
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
34 SDL_HasMMXExt |
763 | 35 SDL_Has3DNow |
791
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
36 SDL_Has3DNowExt |
763 | 37 SDL_HasSSE |
791
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
38 SDL_HasSSE2 |
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
39 SDL_HasAltiVec |
0 | 40 SDL_ReadLE16 |
41 SDL_ReadBE16 | |
42 SDL_ReadLE32 | |
43 SDL_ReadBE32 | |
44 SDL_ReadLE64 | |
45 SDL_ReadBE64 | |
46 SDL_WriteLE16 | |
47 SDL_WriteBE16 | |
48 SDL_WriteLE32 | |
49 SDL_WriteBE32 | |
50 SDL_WriteLE64 | |
51 SDL_WriteBE64 | |
52 SDL_SetError | |
53 SDL_GetError | |
54 SDL_ClearError | |
55 SDL_PumpEvents | |
56 SDL_PeepEvents | |
57 SDL_PollEvent | |
58 SDL_WaitEvent | |
59 SDL_PushEvent | |
60 SDL_SetEventFilter | |
61 SDL_GetEventFilter | |
62 SDL_EventState | |
63 SDL_putenv | |
64 SDL_getenv | |
65 SDL_NumJoysticks | |
66 SDL_JoystickName | |
67 SDL_JoystickOpen | |
68 SDL_JoystickOpened | |
69 SDL_JoystickIndex | |
70 SDL_JoystickNumAxes | |
71 SDL_JoystickNumBalls | |
72 SDL_JoystickNumHats | |
73 SDL_JoystickNumButtons | |
74 SDL_JoystickUpdate | |
75 SDL_JoystickEventState | |
76 SDL_JoystickGetAxis | |
77 SDL_JoystickGetHat | |
78 SDL_JoystickGetBall | |
79 SDL_JoystickGetButton | |
80 SDL_JoystickClose | |
81 SDL_EnableUNICODE | |
82 SDL_EnableKeyRepeat | |
83 SDL_GetKeyState | |
84 SDL_GetModState | |
85 SDL_SetModState | |
86 SDL_GetKeyName | |
648
12a21d82a060
Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
Sam Lantinga <slouken@libsdl.org>
parents:
296
diff
changeset
|
87 SDL_LoadObject |
12a21d82a060
Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
Sam Lantinga <slouken@libsdl.org>
parents:
296
diff
changeset
|
88 SDL_LoadFunction |
12a21d82a060
Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
Sam Lantinga <slouken@libsdl.org>
parents:
296
diff
changeset
|
89 SDL_UnloadObject |
0 | 90 SDL_GetMouseState |
91 SDL_GetRelativeMouseState | |
92 SDL_WarpMouse | |
93 SDL_CreateCursor | |
94 SDL_SetCursor | |
95 SDL_GetCursor | |
96 SDL_FreeCursor | |
97 SDL_ShowCursor | |
98 SDL_CreateMutex | |
99 SDL_mutexP | |
100 SDL_mutexV | |
101 SDL_DestroyMutex | |
102 SDL_CreateSemaphore | |
103 SDL_DestroySemaphore | |
104 SDL_SemWait | |
105 SDL_SemTryWait | |
106 SDL_SemWaitTimeout | |
107 SDL_SemPost | |
108 SDL_SemValue | |
109 SDL_CreateCond | |
110 SDL_DestroyCond | |
111 SDL_CondSignal | |
112 SDL_CondBroadcast | |
113 SDL_CondWait | |
114 SDL_CondWaitTimeout | |
115 SDL_RWFromFile | |
116 SDL_RWFromFP | |
117 SDL_RWFromMem | |
764
974c0fb74bf8
Added function to create RWops from const memory: SDL_RWFromConstMem()
Sam Lantinga <slouken@libsdl.org>
parents:
763
diff
changeset
|
118 SDL_RWFromConstMem |
0 | 119 SDL_AllocRW |
120 SDL_FreeRW | |
121 SDL_GetWMInfo | |
122 SDL_CreateThread | |
123 SDL_ThreadID | |
124 SDL_GetThreadID | |
125 SDL_WaitThread | |
126 SDL_KillThread | |
127 SDL_GetTicks | |
128 SDL_Delay | |
129 SDL_SetTimer | |
130 SDL_AddTimer | |
131 SDL_RemoveTimer | |
132 SDL_Linked_Version | |
133 SDL_VideoInit | |
134 SDL_VideoQuit | |
135 SDL_VideoDriverName | |
136 SDL_GetVideoSurface | |
137 SDL_GetVideoInfo | |
138 SDL_VideoModeOK | |
139 SDL_ListModes | |
140 SDL_SetVideoMode | |
141 SDL_UpdateRects | |
142 SDL_UpdateRect | |
143 SDL_Flip | |
144 SDL_SetGamma | |
145 SDL_SetGammaRamp | |
146 SDL_GetGammaRamp | |
147 SDL_SetColors | |
148 SDL_SetPalette | |
149 SDL_MapRGB | |
150 SDL_MapRGBA | |
151 SDL_GetRGB | |
152 SDL_GetRGBA | |
153 SDL_CreateRGBSurface | |
154 SDL_CreateRGBSurfaceFrom | |
155 SDL_FreeSurface | |
156 SDL_LockSurface | |
157 SDL_UnlockSurface | |
158 SDL_LoadBMP_RW | |
159 SDL_SaveBMP_RW | |
160 SDL_SetColorKey | |
161 SDL_SetAlpha | |
162 SDL_SetClipRect | |
163 SDL_GetClipRect | |
164 SDL_ConvertSurface | |
165 SDL_UpperBlit | |
166 SDL_LowerBlit | |
167 SDL_FillRect | |
168 SDL_DisplayFormat | |
169 SDL_DisplayFormatAlpha | |
170 SDL_CreateYUVOverlay | |
171 SDL_LockYUVOverlay | |
172 SDL_UnlockYUVOverlay | |
173 SDL_DisplayYUVOverlay | |
174 SDL_FreeYUVOverlay | |
175 SDL_GL_LoadLibrary | |
176 SDL_GL_GetProcAddress | |
177 SDL_GL_SetAttribute | |
178 SDL_GL_GetAttribute | |
179 SDL_GL_SwapBuffers | |
180 SDL_GL_UpdateRects | |
181 SDL_GL_Lock | |
182 SDL_GL_Unlock | |
183 SDL_WM_SetCaption | |
184 SDL_WM_GetCaption | |
185 SDL_WM_SetIcon | |
186 SDL_WM_IconifyWindow | |
187 SDL_WM_ToggleFullScreen | |
188 SDL_WM_GrabInput | |
292
eadc0746dfaf
Added SDL_LockRect() and SDL_UnlockRect()
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
189 SDL_SoftStretch |
0 | 190 SDL_InitQuickDraw |