bindbc.sdl.bind.sdlmouse

Undocumented in source.

Members

Aliases

SDL_NUM_SYSTEM_CURSORS
alias SDL_NUM_SYSTEM_CURSORS = SDL_SystemCursor.SDL_NUM_SYSTEM_CURSORS
Undocumented in source.
SDL_SYSTEM_CURSOR_ARROW
alias SDL_SYSTEM_CURSOR_ARROW = SDL_SystemCursor.SDL_SYSTEM_CURSOR_ARROW
Undocumented in source.
SDL_SYSTEM_CURSOR_CROSSHAIR
alias SDL_SYSTEM_CURSOR_CROSSHAIR = SDL_SystemCursor.SDL_SYSTEM_CURSOR_CROSSHAIR
Undocumented in source.
SDL_SYSTEM_CURSOR_HAND
alias SDL_SYSTEM_CURSOR_HAND = SDL_SystemCursor.SDL_SYSTEM_CURSOR_HAND
Undocumented in source.
SDL_SYSTEM_CURSOR_IBEAM
alias SDL_SYSTEM_CURSOR_IBEAM = SDL_SystemCursor.SDL_SYSTEM_CURSOR_IBEAM
Undocumented in source.
SDL_SYSTEM_CURSOR_NO
alias SDL_SYSTEM_CURSOR_NO = SDL_SystemCursor.SDL_SYSTEM_CURSOR_NO
Undocumented in source.
SDL_SYSTEM_CURSOR_SIZEALL
alias SDL_SYSTEM_CURSOR_SIZEALL = SDL_SystemCursor.SDL_SYSTEM_CURSOR_SIZEALL
Undocumented in source.
SDL_SYSTEM_CURSOR_SIZENESW
alias SDL_SYSTEM_CURSOR_SIZENESW = SDL_SystemCursor.SDL_SYSTEM_CURSOR_SIZENESW
Undocumented in source.
SDL_SYSTEM_CURSOR_SIZENS
alias SDL_SYSTEM_CURSOR_SIZENS = SDL_SystemCursor.SDL_SYSTEM_CURSOR_SIZENS
Undocumented in source.
SDL_SYSTEM_CURSOR_SIZENWSE
alias SDL_SYSTEM_CURSOR_SIZENWSE = SDL_SystemCursor.SDL_SYSTEM_CURSOR_SIZENWSE
Undocumented in source.
SDL_SYSTEM_CURSOR_SIZEWE
alias SDL_SYSTEM_CURSOR_SIZEWE = SDL_SystemCursor.SDL_SYSTEM_CURSOR_SIZEWE
Undocumented in source.
SDL_SYSTEM_CURSOR_WAIT
alias SDL_SYSTEM_CURSOR_WAIT = SDL_SystemCursor.SDL_SYSTEM_CURSOR_WAIT
Undocumented in source.
SDL_SYSTEM_CURSOR_WAITARROW
alias SDL_SYSTEM_CURSOR_WAITARROW = SDL_SystemCursor.SDL_SYSTEM_CURSOR_WAITARROW
Undocumented in source.
pSDL_CaptureMouse
alias pSDL_CaptureMouse = int function(SDL_bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateColorCursor
alias pSDL_CreateColorCursor = SDL_Cursor* function(SDL_Surface*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateCursor
alias pSDL_CreateCursor = SDL_Cursor* function(const(ubyte)*, const(ubyte)*, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateSystemCursor
alias pSDL_CreateSystemCursor = SDL_Cursor* function(SDL_SystemCursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_FreeCursor
alias pSDL_FreeCursor = void function(SDL_Cursor*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetCursor
alias pSDL_GetCursor = SDL_Cursor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetDefaultCursor
alias pSDL_GetDefaultCursor = SDL_Cursor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetGlobalMouseState
alias pSDL_GetGlobalMouseState = uint function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetMouseFocus
alias pSDL_GetMouseFocus = SDL_Window* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetMouseState
alias pSDL_GetMouseState = uint function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetRelativeMouseMode
alias pSDL_GetRelativeMouseMode = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetRelativeMouseState
alias pSDL_GetRelativeMouseState = uint function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetCursor
alias pSDL_SetCursor = void function(SDL_Cursor*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetRelativeMouseMode
alias pSDL_SetRelativeMouseMode = int function(SDL_bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ShowCursor
alias pSDL_ShowCursor = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_WarpMouseGlobal
alias pSDL_WarpMouseGlobal = void function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_WarpMouseInWindow
alias pSDL_WarpMouseInWindow = void function(SDL_Window*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_BUTTON
eponymoustemplate SDL_BUTTON(ubyte x)
Undocumented in source.
SDL_BUTTON_LEFT
anonymousenum SDL_BUTTON_LEFT
Undocumented in source.
SDL_MouseWheelDirection
enum SDL_MouseWheelDirection
Undocumented in source.
SDL_SystemCursor
enum SDL_SystemCursor
Undocumented in source.

Functions

SDL_CaptureMouse
int SDL_CaptureMouse(SDL_bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateColorCursor
SDL_Cursor* SDL_CreateColorCursor(SDL_Surface* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateCursor
SDL_Cursor* SDL_CreateCursor(const(ubyte)* , const(ubyte)* , int , int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateSystemCursor
SDL_Cursor* SDL_CreateSystemCursor(SDL_SystemCursor )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_FreeCursor
void SDL_FreeCursor(SDL_Cursor* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetCursor
SDL_Cursor* SDL_GetCursor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetDefaultCursor
SDL_Cursor* SDL_GetDefaultCursor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetGlobalMouseState
uint SDL_GetGlobalMouseState(int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetMouseFocus
SDL_Window* SDL_GetMouseFocus()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetMouseState
uint SDL_GetMouseState(int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetRelativeMouseMode
SDL_bool SDL_GetRelativeMouseMode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetRelativeMouseState
uint SDL_GetRelativeMouseState(int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetCursor
void SDL_SetCursor(SDL_Cursor* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetRelativeMouseMode
int SDL_SetRelativeMouseMode(SDL_bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ShowCursor
int SDL_ShowCursor(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_WarpMouseGlobal
void SDL_WarpMouseGlobal(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_WarpMouseInWindow
void SDL_WarpMouseInWindow(SDL_Window* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_CaptureMouse
pSDL_CaptureMouse SDL_CaptureMouse;
Undocumented in source.
SDL_CreateColorCursor
pSDL_CreateColorCursor SDL_CreateColorCursor;
Undocumented in source.
SDL_CreateCursor
pSDL_CreateCursor SDL_CreateCursor;
Undocumented in source.
SDL_CreateSystemCursor
pSDL_CreateSystemCursor SDL_CreateSystemCursor;
Undocumented in source.
SDL_FreeCursor
pSDL_FreeCursor SDL_FreeCursor;
Undocumented in source.
SDL_GetCursor
pSDL_GetCursor SDL_GetCursor;
Undocumented in source.
SDL_GetDefaultCursor
pSDL_GetDefaultCursor SDL_GetDefaultCursor;
Undocumented in source.
SDL_GetGlobalMouseState
pSDL_GetGlobalMouseState SDL_GetGlobalMouseState;
Undocumented in source.
SDL_GetMouseFocus
pSDL_GetMouseFocus SDL_GetMouseFocus;
Undocumented in source.
SDL_GetMouseState
pSDL_GetMouseState SDL_GetMouseState;
Undocumented in source.
SDL_GetRelativeMouseMode
pSDL_GetRelativeMouseMode SDL_GetRelativeMouseMode;
Undocumented in source.
SDL_GetRelativeMouseState
pSDL_GetRelativeMouseState SDL_GetRelativeMouseState;
Undocumented in source.
SDL_SetCursor
pSDL_SetCursor SDL_SetCursor;
Undocumented in source.
SDL_SetRelativeMouseMode
pSDL_SetRelativeMouseMode SDL_SetRelativeMouseMode;
Undocumented in source.
SDL_ShowCursor
pSDL_ShowCursor SDL_ShowCursor;
Undocumented in source.
SDL_WarpMouseGlobal
pSDL_WarpMouseGlobal SDL_WarpMouseGlobal;
Undocumented in source.
SDL_WarpMouseInWindow
pSDL_WarpMouseInWindow SDL_WarpMouseInWindow;
Undocumented in source.

Structs

SDL_Cursor
struct SDL_Cursor
Undocumented in source.

Meta