comparison src/main/macosx/exports/SDL.x @ 648:12a21d82a060

Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
author Sam Lantinga <slouken@libsdl.org>
date Thu, 10 Jul 2003 07:46:19 +0000
parents fab1ddc4d7bf
children cc47d783f096
comparison
equal deleted inserted replaced
647:56dddbeb089a 648:12a21d82a060
72 _SDL_EnableKeyRepeat 72 _SDL_EnableKeyRepeat
73 _SDL_GetKeyState 73 _SDL_GetKeyState
74 _SDL_GetModState 74 _SDL_GetModState
75 _SDL_SetModState 75 _SDL_SetModState
76 _SDL_GetKeyName 76 _SDL_GetKeyName
77 _SDL_LoadObject
78 _SDL_LoadFunction
79 _SDL_UnloadObject
77 _SDL_GetMouseState 80 _SDL_GetMouseState
78 _SDL_GetRelativeMouseState 81 _SDL_GetRelativeMouseState
79 _SDL_WarpMouse 82 _SDL_WarpMouse
80 _SDL_CreateCursor 83 _SDL_CreateCursor
81 _SDL_SetCursor 84 _SDL_SetCursor