Record TSDL_KeyboardEvent
Unit
Declaration
type TSDL_KeyboardEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
windowID: cuint32; |
![]() |
state: cuint8; |
![]() |
repeat_: cuint8; |
![]() |
padding2: cuint8; |
![]() |
padding3: cuint8; |
![]() |
keysym: TSDL_KeySym; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
|
SDL_KEYDOWN or SDL_KEYUP | |
![]() |
windowID: cuint32; |
![]() |
state: cuint8; |
|
The window with keyboard focus, if any | |
![]() |
repeat_: cuint8; |
|
SDL_PRESSED or SDL_RELEASED | |
![]() |
padding2: cuint8; |
|
Non-zero if this is a key repeat | |
![]() |
padding3: cuint8; |
![]() |
keysym: TSDL_KeySym; |
Generated by PasDoc 0.16.0.
