Event.MouseButtonEvent

The Mouse button Event structure.

struct Event
static
struct MouseButtonEvent {}

Members

Variables

button
Mouse.Button button;

The mouse button which is pressed or released.

x
short x;

Current x position.

y
short y;

Current y position.

Meta