vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | 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