Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
DisplayApp::touch_pos_t Struct Reference
Touch position structure. More...
#include <DisplayApp.h>
Data Fields | |
| uint32_t | x |
| The position of the x-coordinate. | |
| uint32_t | y |
| The position of the y-coordinate. | |
| bool | valid |
| Whether a valid data. | |
Detailed Description
Touch position structure.
Definition at line 19 of file DisplayApp.h.
Field Documentation
| bool valid |
Whether a valid data.
Definition at line 22 of file DisplayApp.h.
| uint32_t x |
The position of the x-coordinate.
Definition at line 20 of file DisplayApp.h.
| uint32_t y |
The position of the y-coordinate.
Definition at line 21 of file DisplayApp.h.
Generated on Tue Jul 12 2022 21:48:43 by
1.7.2