mikroSDK Reference Manual
vtft_s Struct Reference

Structure representig a VTFT library instance. More...

Data Fields

tp_ttp_instance
 
vtft_draw_handle draw_handles [VTFT_COMPONENT_COUNT]
 
vtft_screencurrent_screen
 
vtft_bool_t pen_down
 
vtft_bool_t screen_changed
 
vtft_active_component *__generic current_active_component
 
vtft_active_component *__generic pressed_component
 

Detailed Description

Values will be set by Necto Studio Designer.

Field Documentation

◆ tp_instance

tp_t* vtft_s::tp_instance

The TP instance.

◆ draw_handles

vtft_draw_handle vtft_s::draw_handles[VTFT_COMPONENT_COUNT]

The draw handles for all the various components.

◆ current_screen

vtft_screen* vtft_s::current_screen

The currently displayed screen.

◆ pen_down

vtft_bool_t vtft_s::pen_down

Indicates if the pen is down or not.

◆ screen_changed

vtft_bool_t vtft_s::screen_changed

Indicates that the screen has been changed while the screen was pressed.

◆ current_active_component

vtft_active_component* __generic vtft_s::current_active_component

The component currently under the cursor.

◆ pressed_component

vtft_active_component* __generic vtft_s::pressed_component

The currently pressed component.