InputEvent

Contains data generated by input devices.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

handle
WindowH handle;

Window handle for GUI applications if there's any, null otherwise.

source
InputDevice source;

Pointer to the source input device class.

timestamp
Timestamp timestamp;

Timestamp for when the event have happened.

type
InputEventType type;

Type of the input event.

Meta