|
Size: 622
Comment: added enums and structs lists
|
Size: 817
Comment: update content - tip in address
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_keyboard.h|SDL_keyboard.h]] | '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/tip/include/SDL_keyboard.h|SDL_keyboard.h]], [[http://hg.libsdl.org/SDL/file/tip/include/SDL_keysym.h|SDL_keysym.h]], [[http://hg.libsdl.org/SDL/file/tip/include/SDL_scancode.h|SDL_scancode.h]] |
| Line 15: | Line 16: |
| This category contains functions for handling keyboard inputs. | This category contains functions for handling keyboard inputs. ^Keysym and scancode information is included in this section for convenience.^ |
| Line 18: | Line 19: |
| <<FullSearch(category:CategoryKeyboardEnum)>> | |
| Line 20: | Line 20: |
| == Structures == <<FullSearch(category:CategoryKeyboardStruct)>> |
<<FullSearch(category:CategoryEnum CategoryKeyboard)>> |
| Line 25: | Line 24: |
| <<FullSearch(category:CategoryKeyboard)>> | <<FullSearch(category:CategoryKeyboard -CategoryEnum -CategoryStruct)>> |
DRAFT |
Keyboard Support
Include File(s): SDL_keyboard.h, SDL_keysym.h, SDL_scancode.h
Introduction
This category contains functions for handling keyboard inputs. Keysym and scancode information is included in this section for convenience.
Enumerations
Functions
- SDL_GetKeyFromName
- SDL_GetKeyFromScancode
- SDL_GetKeyName
- SDL_GetKeyboardFocus
- SDL_GetKeyboardState
- SDL_GetModState
- SDL_GetScancodeFromKey
- SDL_GetScancodeFromName
- SDL_GetScancodeName
- SDL_HasScreenKeyboardSupport
- SDL_IsScreenKeyboardShown
- SDL_IsTextInputActive
- SDL_SetModState
- SDL_SetTextInputRect
- SDL_StartTextInput
- SDL_StopTextInput
