comparison src/main/macos/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 51b5e0be61c3
comparison
equal deleted inserted replaced
647:56dddbeb089a 648:12a21d82a060
74 SDL_EnableKeyRepeat 74 SDL_EnableKeyRepeat
75 SDL_GetKeyState 75 SDL_GetKeyState
76 SDL_GetModState 76 SDL_GetModState
77 SDL_SetModState 77 SDL_SetModState
78 SDL_GetKeyName 78 SDL_GetKeyName
79 SDL_LoadObject
80 SDL_LoadFunction
81 SDL_UnloadObject
79 SDL_GetMouseState 82 SDL_GetMouseState
80 SDL_GetRelativeMouseState 83 SDL_GetRelativeMouseState
81 SDL_WarpMouse 84 SDL_WarpMouse
82 SDL_CreateCursor 85 SDL_CreateCursor
83 SDL_SetCursor 86 SDL_SetCursor