Record TSDL_Keysym
Unit
Declaration
type TSDL_Keysym = record
Description
Overview
Fields
![]() |
scancode: TSDL_ScanCode; |
![]() |
sym: TSDL_KeyCode; |
![]() |
mod_: cuint16; |
![]() |
unicode: cuint32; |
Description
Fields
![]() |
scancode: TSDL_ScanCode; |
![]() |
sym: TSDL_KeyCode; |
SDL physical key code - see SDL_Scancode for details |
![]() |
mod_: cuint16; |
SDL virtual key code - see SDL_Keycode for details |
![]() |
unicode: cuint32; |
current key modifiers |
Generated by PasDoc 0.16.0.