Module sdl2::mouse::ll[src]

Statics

pub static SDL_DISABLE: SDL_MouseState = 0  
pub static SDL_ENABLE: SDL_MouseState = 1  
pub static SDL_NUM_SYSTEM_CURSORS: SDL_SystemCursor = 12  
pub static SDL_QUERY: SDL_MouseState = -1  
pub static SDL_SYSTEM_CURSOR_ARROW: SDL_SystemCursor = 0  
pub static SDL_SYSTEM_CURSOR_CROSSHAIR: SDL_SystemCursor = 3  
pub static SDL_SYSTEM_CURSOR_HAND: SDL_SystemCursor = 11  
pub static SDL_SYSTEM_CURSOR_IBEAM: SDL_SystemCursor = 1  
pub static SDL_SYSTEM_CURSOR_NO: SDL_SystemCursor = 10  
pub static SDL_SYSTEM_CURSOR_SIZEALL: SDL_SystemCursor = 9  
pub static SDL_SYSTEM_CURSOR_SIZENESW: SDL_SystemCursor = 6  
pub static SDL_SYSTEM_CURSOR_SIZENS: SDL_SystemCursor = 8  
pub static SDL_SYSTEM_CURSOR_SIZENWSE: SDL_SystemCursor = 5  
pub static SDL_SYSTEM_CURSOR_SIZEWE: SDL_SystemCursor = 7  
pub static SDL_SYSTEM_CURSOR_WAIT: SDL_SystemCursor = 2  
pub static SDL_SYSTEM_CURSOR_WAITARROW: SDL_SystemCursor = 4  

Foreign Functions

SDL_CreateColorCursor
SDL_CreateCursor
SDL_CreateSystemCursor
SDL_FreeCursor
SDL_GetCursor
SDL_GetDefaultCursor
SDL_GetMouseFocus
SDL_GetMouseState
SDL_GetRelativeMouseMode
SDL_GetRelativeMouseState
SDL_SetCursor
SDL_SetRelativeMouseMode
SDL_ShowCursor
SDL_WarpMouseInWindow

Type Definitions

SDL_Cursor
SDL_MouseState
SDL_SystemCursor
SDL_bool