Data type MouseEvent
access this type via: ui.IOWindow (uses)
Data type to describe a mouse event. This event is emitted for application-level windows to notify them of mouse events.
Fields
int type The sub-type of mouse event.
int button The mouse button (if any).
int x The x-position of the mouse pointer.
int y The y-position of the mouse pointer.
int exd1 Additional event data.
int exd2 Additional event data.