enum OrientationType { Default, RotatedLeft, RotatedRight, UpsideDown, Unknown };
The type of orientation.
Members |
Description |
Default |
The default (right-side up) orientation. |
RotatedLeft |
Left-hand orientation. |
RotatedRight |
Right-hand orientation. |
UpsideDown |
Upside-down orientation. |
Unknown |
An unknown orientation. |
GFx_Event.h