TB2026-YDS Firmware
Loading...
Searching...
No Matches
Input events

The input events a screen can receive. More...

Collaboration diagram for Input events:

Enumerations

enum  ui_event_t {
  UI_EVENT_UP , UI_EVENT_DOWN , UI_EVENT_SELECT , UI_EVENT_BACK ,
  UI_EVENT_LEFT , UI_EVENT_RIGHT
}
 A single UI input event, produced from button/encoder input. More...

Detailed Description

The input events a screen can receive.

Enumeration Type Documentation

◆ ui_event_t

enum ui_event_t

A single UI input event, produced from button/encoder input.

Enumerator
UI_EVENT_UP 

Move selection up / to the previous item.

UI_EVENT_DOWN 

Move selection down / to the next item.

UI_EVENT_SELECT 

Activate the current item.

UI_EVENT_BACK 

Go back / pop the current screen.

UI_EVENT_LEFT 

Move/seek left (previous).

UI_EVENT_RIGHT 

Move/seek right (next).