Enum FocusMovement

focus movement options

The enum base type is int .

Enum members

Name Description
Down move to nearest below
Left move to nearest at left
Next next focusable (Tab)
None no focus movement
Previous previous focusable (Shift+Tab)
Right move to nearest at right
Up move to nearest above

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0