Event.MouseMotionEvent

The Mouse motion Event structure.

struct Event
static
struct MouseMotionEvent {}

Members

Variables

rel_x
short rel_x;

Relative motion in the x direction.

rel_y
short rel_y;

Relative motion in the y direction.

state
Mouse.State state;

Mouse State. See: Dgame.Input.Mouse.

x
short x;

Current x position.

y
short y;

Current y position.

Meta