Lines Matching refs:DECLSPEC
81 extern DECLSPEC SDL_Window * SDLCALL SDL_GetMouseFocus(void);
104 extern DECLSPEC Uint32 SDLCALL SDL_GetMouseState(int *x, int *y);
133 extern DECLSPEC Uint32 SDLCALL SDL_GetGlobalMouseState(int *x, int *y);
152 extern DECLSPEC Uint32 SDLCALL SDL_GetRelativeMouseState(int *x, int *y);
173 extern DECLSPEC void SDLCALL SDL_WarpMouseInWindow(SDL_Window * window,
196 extern DECLSPEC int SDLCALL SDL_WarpMouseGlobal(int x, int y);
217 extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled);
263 extern DECLSPEC int SDLCALL SDL_CaptureMouse(SDL_bool enabled);
274 extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);
317 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateCursor(const Uint8 * data,
336 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
351 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
369 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor * cursor);
383 extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);
397 extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetDefaultCursor(void);
413 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);
435 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);