TCOD_mouse_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

cx
int cx;
cy
int cy;
Undocumented in source.
dcx
int dcx;
dcy
int dcy;
Undocumented in source.
dx
int dx;
dy
int dy;
Undocumented in source.
lbutton
bool lbutton;
Undocumented in source.
lbutton_pressed
bool lbutton_pressed;
Undocumented in source.
mbutton
bool mbutton;
Undocumented in source.
mbutton_pressed
bool mbutton_pressed;
Undocumented in source.
rbutton
bool rbutton;
Undocumented in source.
rbutton_pressed
bool rbutton_pressed;
Undocumented in source.
wheel_down
bool wheel_down;
Undocumented in source.
wheel_up
bool wheel_up;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Meta