Mouse

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

click
void click(int button, bool down)
Undocumented in source. Be warned that the author may not have intended to support it.
dup
Mouse dup()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(int x, int y, int dx, int dy)
Undocumented in source. Be warned that the author may not have intended to support it.
moveTo
void moveTo(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
scroll
void scroll(int dx, int dy)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
Mouse instance;
Undocumented in source.

Variables

buttons
bool[32] buttons;
Undocumented in source.
dx
int dx;
dy
int dy;
Undocumented in source.
wheelDX
int wheelDX;
wheelDY
int wheelDY;
Undocumented in source.
wheelX
int wheelX;
wheelY
int wheelY;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Meta