目次 - SDL 3.0 API(機能別) - キーボード

キーボード

概要

SDLキーボード管理.

様々な種類のプログラムからキー入力にアクセスするかは次のドキュメントを参照すること:

https://wiki.libsdl.org/SDL3/BestKeyboardPractices

関数

  1. SDL_ClearComposition
  2. SDL_GetKeyboardFocus
  3. SDL_GetKeyboardNameForID
  4. SDL_GetKeyboards
  5. SDL_GetKeyboardState
  6. SDL_GetKeyFromName
  7. SDL_GetKeyFromScancode
  8. SDL_GetKeyName
  9. SDL_GetModState
  10. SDL_GetScancodeFromKey
  11. SDL_GetScancodeFromName
  12. SDL_GetScancodeName
  13. SDL_GetTextInputArea
  14. SDL_HasKeyboard
  15. SDL_HasScreenKeyboardSupport
  16. SDL_ResetKeyboard
  17. SDL_ScreenKeyboardShown
  18. SDL_SetModState
  19. SDL_SetScancodeName
  20. SDL_SetTextInputArea
  21. SDL_StartTextInput
  22. SDL_StartTextInputWithProperties
  23. SDL_StopTextInput
  24. SDL_TextInputActive

  1. SDL_KeyboardID

列挙体

  1. SDL_Capitalization
  2. SDL_TextInputType

SDL Wikiへのリンク

SDL3/CategoryKeyboard - SDL Wiki