Event.KeyEvent

Keyboard event parameters (KeyPressed, KeyReleased)

Members

Variables

alt
bool alt;

Is the Alt key pressed?

code
Keyboard.Key code;

Code of the key that has been pressed.

control
bool control;

Is the Control key pressed?

shift
bool shift;

Is the Shift key pressed?

system
bool system;

Is the System key pressed?

Meta