mikroSDK Reference Manual
|
Structure representig a screen. More...
Data Fields | |
vtft_ucoord_t | width |
vtft_ucoord_t | height |
gl_color_t | color |
vtft_event | press_event |
vtft_event | down_event |
vtft_event | up_event |
vtft_component *__generic *__generic | components |
vtft_index_t | component_count |
Screen is the place where all components are stored. Necto Studio Designer will define the values stored within each component. User can access component values inside screen source file named "*screen_name*_screen.c" generated by the Necto Studio Designer and read/change them if he wants.
vtft_ucoord_t vtft_screen::width |
Width of the screen.
vtft_ucoord_t vtft_screen::height |
Height of the screen.
gl_color_t vtft_screen::color |
Background color.
vtft_event vtft_screen::press_event |
Action triggered on press event.
vtft_event vtft_screen::down_event |
Action triggered on down event.
vtft_event vtft_screen::up_event |
Action triggered on up event.
vtft_component* __generic* __generic vtft_screen::components |
All component on the screen.
vtft_index_t vtft_screen::component_count |
Number of the component on the screen.