mouse.h (84B)
1 2 3 struct Mouse 4 { 5 int buttons; /* bit array: LMR=124 */ 6 Point xy; 7 ulong msec; 8 }; 9