rename the directory
[AROS.git] / workbench / hidds / sm502 / mouse.h
blob4d62b0467f890334836c96e89e7578d88bdfc57a
1 #ifndef MOUSE_H
2 #define MOUSE_H
4 #include <hidd/graphics.h>
6 struct MouseData {
7 APTR shape;
8 OOP_Object *oopshape;
9 ULONG width;
10 ULONG height;
11 ULONG x;
12 ULONG y;
13 LONG visible;
16 #endif