|
Size: 202
Comment: create page, add content
|
Size: 778
Comment: update formatting - categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 6: | Line 7: |
| == Keyboard Support (SDL_keyboard.h) == | = Keyboard Support = |
| Line 8: | Line 9: |
| <<FullSearch(category:CategoryKeyboard)>> | '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_keyboard.h|SDL_keyboard.h]], [[|SDL_keysym.h]], [[|SDL_scancode.h]] <<Color2(green,Links to header files are being updated...)>> <<TableOfContents()>> == Introduction == This category contains functions for handling keyboard inputs. ^Keysym and scancode information is included in this section for convenience.^ == Enumerations == <<FullSearch(category:CategoryEnum CategoryKeyboard)>> == Functions == <<FullSearch(category:CategoryKeyboard -CategoryEnum -CategoryStruct)>> |
DRAFT |
Keyboard Support
Include File(s): SDL_keyboard.h, [[|SDL_keysym.h]], [[|SDL_scancode.h]]
green
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
