Event.Mouse

Mouse Event

Constructors

this
this(Button btn, int xPos, int yPos)

constructor

Members

Enums

Button
enum Button

Buttons

Variables

button
Button button;

what button was clicked

x
int x;
y
int y;

x and y position of cursor

Meta