bindbc.sdl.bind.sdlkeyboard

Undocumented in source.

Members

Aliases

pSDL_GetKeyFromName
alias pSDL_GetKeyFromName = SDL_Keycode function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetKeyFromScancode
alias pSDL_GetKeyFromScancode = SDL_Keycode function(SDL_Scancode scancode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetKeyName
alias pSDL_GetKeyName = const(char)* function(SDL_Keycode key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetKeyboardFocus
alias pSDL_GetKeyboardFocus = 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_GetKeyboardState
alias pSDL_GetKeyboardState = ubyte* function(int* numkeys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetModState
alias pSDL_GetModState = SDL_Keymod function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetScancodeFromKey
alias pSDL_GetScancodeFromKey = SDL_Scancode function(SDL_Keycode key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetScancodeFromName
alias pSDL_GetScancodeFromName = SDL_Scancode function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetScancodeName
alias pSDL_GetScancodeName = const(char)* function(SDL_Scancode scancode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasScreenKeyboardSupport
alias pSDL_HasScreenKeyboardSupport = 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_IsScreenKeyboardShown
alias pSDL_IsScreenKeyboardShown = SDL_bool function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_IsTextInputActive
alias pSDL_IsTextInputActive = 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_SetModState
alias pSDL_SetModState = void function(SDL_Keymod modstate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetTextInputRect
alias pSDL_SetTextInputRect = void function(SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_StartTextInput
alias pSDL_StartTextInput = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_StopTextInput
alias pSDL_StopTextInput = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_GetKeyFromName
SDL_Keycode SDL_GetKeyFromName(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetKeyFromScancode
SDL_Keycode SDL_GetKeyFromScancode(SDL_Scancode scancode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetKeyName
const(char)* SDL_GetKeyName(SDL_Keycode key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetKeyboardFocus
SDL_Window* SDL_GetKeyboardFocus()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetKeyboardState
ubyte* SDL_GetKeyboardState(int* numkeys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetModState
SDL_Keymod SDL_GetModState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetScancodeFromKey
SDL_Scancode SDL_GetScancodeFromKey(SDL_Keycode key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetScancodeFromName
SDL_Scancode SDL_GetScancodeFromName(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetScancodeName
const(char)* SDL_GetScancodeName(SDL_Scancode scancode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasScreenKeyboardSupport
SDL_bool SDL_HasScreenKeyboardSupport()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsScreenKeyboardShown
SDL_bool SDL_IsScreenKeyboardShown(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsTextInputActive
SDL_bool SDL_IsTextInputActive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetModState
void SDL_SetModState(SDL_Keymod modstate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetTextInputRect
void SDL_SetTextInputRect(SDL_Rect* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_StartTextInput
void SDL_StartTextInput()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_StopTextInput
void SDL_StopTextInput()
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_GetKeyFromName
pSDL_GetKeyFromName SDL_GetKeyFromName;
Undocumented in source.
SDL_GetKeyFromScancode
pSDL_GetKeyFromScancode SDL_GetKeyFromScancode;
Undocumented in source.
SDL_GetKeyName
pSDL_GetKeyName SDL_GetKeyName;
Undocumented in source.
SDL_GetKeyboardFocus
pSDL_GetKeyboardFocus SDL_GetKeyboardFocus;
Undocumented in source.
SDL_GetKeyboardState
pSDL_GetKeyboardState SDL_GetKeyboardState;
Undocumented in source.
SDL_GetModState
pSDL_GetModState SDL_GetModState;
Undocumented in source.
SDL_GetScancodeFromKey
pSDL_GetScancodeFromKey SDL_GetScancodeFromKey;
Undocumented in source.
SDL_GetScancodeFromName
pSDL_GetScancodeFromName SDL_GetScancodeFromName;
Undocumented in source.
SDL_GetScancodeName
pSDL_GetScancodeName SDL_GetScancodeName;
Undocumented in source.
SDL_HasScreenKeyboardSupport
pSDL_HasScreenKeyboardSupport SDL_HasScreenKeyboardSupport;
Undocumented in source.
SDL_IsScreenKeyboardShown
pSDL_IsScreenKeyboardShown SDL_IsScreenKeyboardShown;
Undocumented in source.
SDL_IsTextInputActive
pSDL_IsTextInputActive SDL_IsTextInputActive;
Undocumented in source.
SDL_SetModState
pSDL_SetModState SDL_SetModState;
Undocumented in source.
SDL_SetTextInputRect
pSDL_SetTextInputRect SDL_SetTextInputRect;
Undocumented in source.
SDL_StartTextInput
pSDL_StartTextInput SDL_StartTextInput;
Undocumented in source.
SDL_StopTextInput
pSDL_StopTextInput SDL_StopTextInput;
Undocumented in source.

Structs

SDL_Keysym
struct SDL_Keysym
Undocumented in source.

Meta