MouseButton

Mouse information for use in mouse button events

Members

Variables

button
ubyte button;

The button modified

clicks
ubyte clicks;

The number of times the mouse has been clicked in quick succession

instance
uint instance;

The mouse instance ID

padding
ubyte padding;
position
Vector2 position;

The position relative to the window

Meta