mouse.h - vx32 - Local 9vx git repository for patches.
(HTM) git clone git://r-36.net/vx32
(DIR) Log
(DIR) Files
(DIR) Refs
---
mouse.h (84B)
---
1
2
3 struct Mouse
4 {
5 int buttons; /* bit array: LMR=124 */
6 Point xy;
7 ulong msec;
8 };
9