Enumeration

StDirectionType

Declaration

enum St.DirectionType

Description [src]

Enumeration for focus direction.

Members

ST_DIR_TAB_FORWARD

Move forward.

  • Value: 0
  • Available since: 14
ST_DIR_TAB_BACKWARD

Move backward.

  • Value: 1
  • Available since: 14
ST_DIR_UP

Move up.

  • Value: 2
  • Available since: 14
ST_DIR_DOWN

Move down.

  • Value: 3
  • Available since: 14
ST_DIR_LEFT

Move left.

  • Value: 4
  • Available since: 14
ST_DIR_RIGHT

Move right.

  • Value: 5
  • Available since: 14