wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / workbench / hidds / sm502 / sm502gfx_cursor.h
blob2b9f696e642d2b3c31d281608dbd304ff964e188
1 #ifndef SM502GFX_CURSOR_H
2 #define SM502GFX_CURSOR_H
4 #include <hidd/gfx.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 /* SM502GFX_CURSOR_H */