Lysa  0.0
Lysa 3D Engine
InputEventKey Struct Reference

Detailed Description

Keyboard input event

Public Attributes

Key key
 
bool pressed
 
int repeat
 
int modifiers
 

Member Data Documentation

Key key

The key code

int modifiers

the state of the KeyModifier keys

bool pressed

true if the key is pressed

int repeat

The repeat count for the current event. The value is the number of times the keystroke is auto-repeated as a result of the user holding down the key