|
EasyGUI
|
Input methods to communicate with user. More...
Modules | |
| Virtual keyboard | |
| Virtual keyboard on screen. | |
Functions | |
| uint8_t | gui_input_touchadd (gui_touch_data_t *const ts) |
| Add new touch data to internal buffer for further processing. More... | |
| uint8_t | gui_input_keyadd (gui_keyboard_data_t *const kb) |
| Add new key data to internal buffer for further processing. More... | |
Input methods to communicate with user.
| uint8_t gui_input_keyadd | ( | gui_keyboard_data_t *const | kb | ) |
Add new key data to internal buffer for further processing.
| [in] | kb | Pointer to gui_keyboard_data_t key data |
1 on success, 0 otherwise | uint8_t gui_input_touchadd | ( | gui_touch_data_t *const | ts | ) |
Add new touch data to internal buffer for further processing.
| [in] | ts | Pointer to gui_touch_data_t touch data with valid input |
1 on success, 0 otherwise