NvFocusEvent Struct Reference
This enum defines values for moving focus around with keyboard/DPAD when allowed and supported. More...
#include <NvUI.h>
Public Types | |
enum | Enum { FOCUS_CLEAR = 0x0000, FLAG_MOVE = 0x10, FLAG_ACT = 0x20, MOVE_FIRST = 0x01+FLAG_MOVE, MOVE_UP = 0x02+FLAG_MOVE, MOVE_DOWN = 0x03+FLAG_MOVE, MOVE_LEFT = 0x04+FLAG_MOVE, MOVE_RIGHT = 0x05+FLAG_MOVE, ACT_PRESS = 0x01+FLAG_ACT, ACT_INC = 0x02+FLAG_ACT, ACT_DEC = 0x03+FLAG_ACT } |
Detailed Description
This enum defines values for moving focus around with keyboard/DPAD when allowed and supported.
Member Enumeration Documentation
enum NvFocusEvent::Enum |
- Enumerator:
The documentation for this struct was generated from the following file: