SDL.KeyboardEvent – sdl2 Reference Manual
Packages
sdl2
SDL
KeyboardEvent
keysym
repeat
state
window_id
KeyboardEvent
Object Hierarchy:
Description:
[
CCode
( cname =
"SDL_KeyboardEvent"
, has_type_id =
false
) ]
public
struct
KeyboardEvent
:
CommonEvent
Namespace:
SDL
Package:
sdl2
Content:
Fields:
public
uint32
window_id
public
uint8
state
public
uint8
repeat
public
Key
keysym
Inherited Members:
All known members inherited from struct SDL.CommonEvent
timestamp
type