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