CommandArgs.Event

Data populated from a event binding created using the bind method.

Members

Variables

button
int button;

The number of any button that was pressed.

key
string key;

Key symbol of any key pressed.

keyCode
int keyCode;

The key code of any key pressed.

screenX
int screenX;

The horizontal position of the mouse relative to the screen.

screenY
int screenY;

The vertical position of the mouse relative to the screen.

wheel
int wheel;

Mouse wheel delta.

x
int x;

The horizontal position of the mouse relative to the widget.

y
int y;

The vertical position of the mouse relative to the widget.

Meta