Enum FocusMovement

Focus movement options

enum FocusMovement : ubyte { ... }

Enum members

NameDescription
down Move to nearest below
left Move to nearest at left
next Next focusable (Tab)
none No focus movement
previous Previous focusable (Shift+Tab)
Move to nearest at right
up Move to nearest above