ALLEGRO_TOUCH_EVENT

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (C)
struct ALLEGRO_TOUCH_EVENT {}

Members

Variables

display
ALLEGRO_DISPLAY* display;
Undocumented in source.
dx
float dx;
dy
float dy;
Undocumented in source.
id
int id;
Undocumented in source.
primary
bool primary;
Undocumented in source.
x
float x;
y
float y;
Undocumented in source.

Meta