26 #include "../../SDL_internal.h" 28 #if SDL_VIDEO_DRIVER_MIR 32 #include "../../events/SDL_mouse_c.h" 38 MIR_CreateDefaultCursor()
53 MIR_CreateCursor(
SDL_Surface* sruface,
int hot_x,
int hot_y)
55 return MIR_CreateDefaultCursor();
91 return MIR_CreateDefaultCursor();
114 MIR_WarpMouseGlobal(
int x,
int y)
SDL_Mouse * SDL_GetMouse(void)
int(* ShowCursor)(SDL_Cursor *cursor)
int(* SetRelativeMouseMode)(SDL_bool enabled)
A collection of pixels used in software blitting.
GLint GLint GLint GLint GLint x
SDL_Cursor *(* CreateCursor)(SDL_Surface *surface, int hot_x, int hot_y)
void * SDL_calloc(size_t nmemb, size_t size)
SDL_SystemCursor
Cursor types for SDL_CreateSystemCursor.
void SDL_SetDefaultCursor(SDL_Cursor *cursor)
int(* WarpMouseGlobal)(int x, int y)
GLenum GLenum GLsizei const GLuint GLboolean enabled
void(* FreeCursor)(SDL_Cursor *cursor)
#define SDL_assert(condition)
#define SDL_OutOfMemory()
GLint GLint GLint GLint GLint GLint y
The type used to identify a window.
void(* WarpMouse)(SDL_Window *window, int x, int y)
SDL_Cursor *(* CreateSystemCursor)(SDL_SystemCursor id)
#define SDL_Unsupported()