DirectionMask
Bitmask values for screen edge directions.
Definition DirectionTypes.h:41
@ RightMask
Right edge mask.
Definition DirectionTypes.h:44
@ BottomMask
Bottom edge mask.
Definition DirectionTypes.h:46
@ LeftMask
Left edge mask.
Definition DirectionTypes.h:43
@ TopMask
Top edge mask.
Definition DirectionTypes.h:45
@ NoDirMask
No direction mask.
Definition DirectionTypes.h:42
Direction
Screen edge directions for mouse movement.
Definition DirectionTypes.h:21
@ Bottom
Bottom edge of screen.
Definition DirectionTypes.h:26
@ LastDirection
Last valid direction value.
Definition DirectionTypes.h:28
@ NoDirection
No specific direction.
Definition DirectionTypes.h:22
@ Right
Right edge of screen.
Definition DirectionTypes.h:24
@ Left
Left edge of screen.
Definition DirectionTypes.h:23
@ Top
Top edge of screen.
Definition DirectionTypes.h:25
@ NumDirections
Total number of directions.
Definition DirectionTypes.h:29
@ FirstDirection
First valid direction value.
Definition DirectionTypes.h:27