repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
enable usb2otg device
[AROS.git]
/
rom
/
hidds
/
vesagfx
/
vesagfx_cursor.h
blob
2e6e6b019699c16590bb56e28a0bdf7bb6f608fb
1
#ifndef VESAGFX_CURSOR_H
2
#define VESAGFX_CURSOR_H
3
4
#include <hidd/gfx.h>
5
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
;
14
};
15
16
#endif
/* VESAGFX_CURSOR_H */