mikroSDK Reference Manual
|
Structure representig a VTFT library instance. More...
Data Fields | |
tp_t * | tp_instance |
vtft_draw_handle | draw_handles [VTFT_COMPONENT_COUNT] |
vtft_screen * | current_screen |
vtft_bool_t | pen_down |
vtft_bool_t | screen_changed |
vtft_active_component *__generic | current_active_component |
vtft_active_component *__generic | pressed_component |
Values will be set by Necto Studio Designer.
tp_t* vtft_s::tp_instance |
The TP instance.
vtft_draw_handle vtft_s::draw_handles[VTFT_COMPONENT_COUNT] |
The draw handles for all the various components.
vtft_screen* vtft_s::current_screen |
The currently displayed screen.
vtft_bool_t vtft_s::pen_down |
Indicates if the pen is down or not.
vtft_bool_t vtft_s::screen_changed |
Indicates that the screen has been changed while the screen was pressed.
vtft_active_component* __generic vtft_s::current_active_component |
The component currently under the cursor.
vtft_active_component* __generic vtft_s::pressed_component |
The currently pressed component.