coords
This commit is contained in:
parent
d784770ca9
commit
54cdd85015
6 changed files with 36 additions and 4 deletions
|
|
@ -219,4 +219,10 @@ struct _MwClass {
|
|||
void* reserved4;
|
||||
};
|
||||
|
||||
/* Whether or not GetXY/SetXY works with global or local coordinates */
|
||||
enum MwCoordinateType {
|
||||
MwCoordinatesGlobal = 0,
|
||||
MwCoordinatesLocal,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue