Event.KeyEvent

For base type keyDown and keyUp.

struct Event
struct KeyEvent {}

Members

Variables

button
KeyButton button;

Which button was active

isRepeated
bool isRepeated;

Was it repeated

Meta