bindbc.sdl.bind.sdlmouse

Undocumented in source.

Members

Aliases

pSDL_CaptureMouse
alias pSDL_CaptureMouse = int function(SDL_bool enabled)
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* surface, int hot_x, int hot_y)
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)* data, const(ubyte)* mask, int w, int h, int hot_x, int hot_y)
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 id)
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* 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* x, int* y)
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* x, int* y)
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* x, int* y)
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* 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 enabled)
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 toggle)
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 x, int y)
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* window, int x, int y)
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 enabled)
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* surface, int hot_x, int hot_y)
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)* data, const(ubyte)* mask, int w, int h, int hot_x, int hot_y)
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 id)
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* 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* x, int* y)
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* x, int* y)
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* x, int* y)
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* 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 enabled)
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 toggle)
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 x, int y)
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* window, int x, int y)
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