InputEventCode.event

Event code identifying the key or button that triggered the event. These codes are defined by the I/O interface that send them.

struct InputEventCode
int event;

See Also

For keyboard codes, see KeyboardIO. For mouse codes, see MouseIO.

Meta