NvFocusEvent Struct Reference

This enum defines values for moving focus around with keyboard/DPAD when allowed and supported. More...

#include <NvUI.h>

List of all members.

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

Enumerator:
FOCUS_CLEAR  Clear current focus chain.

FLAG_MOVE  Movement events.

FLAG_ACT  Action events.

MOVE_FIRST  Move focus to first element on screen.

MOVE_UP  Move focus up.

MOVE_DOWN  Move focus up.

MOVE_LEFT  Move focus up.

MOVE_RIGHT  Move focus up.

ACT_PRESS  Press or toggle current value/button where appropriate.

ACT_INC  Increase current value/button where appropriate.

ACT_DEC  Decrease current value/button where appropriate.


The documentation for this struct was generated from the following file: