目次 - SDL 3.0 API(機能別) - キーボード
キーボード
概要
SDLキーボード管理.
様々な種類のプログラムからキー入力にアクセスするかは次のドキュメントを参照すること:
https://wiki.libsdl.org/SDL3/BestKeyboardPractices
関数
- SDL_ClearComposition
- SDL_GetKeyboardFocus
- SDL_GetKeyboardNameForID
- SDL_GetKeyboards
- SDL_GetKeyboardState
- SDL_GetKeyFromName
- SDL_GetKeyFromScancode
- SDL_GetKeyName
- SDL_GetModState
- SDL_GetScancodeFromKey
- SDL_GetScancodeFromName
- SDL_GetScancodeName
- SDL_GetTextInputArea
- SDL_HasKeyboard
- SDL_HasScreenKeyboardSupport
- SDL_ResetKeyboard
- SDL_ScreenKeyboardShown
- SDL_SetModState
- SDL_SetScancodeName
- SDL_SetTextInputArea
- SDL_StartTextInput
- SDL_StartTextInputWithProperties
- SDL_StopTextInput
- SDL_TextInputActive
型
- SDL_KeyboardID
列挙体
- SDL_Capitalization
- SDL_TextInputType
SDL Wikiへのリンク
SDL3/CategoryKeyboard - SDL Wiki