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 21 of file DisplayApp.h.
Field Documentation
| bool valid |
Whether a valid data.
Definition at line 24 of file DisplayApp.h.
| uint32_t x |
The position of the x-coordinate.
Definition at line 22 of file DisplayApp.h.
| uint32_t y |
The position of the y-coordinate.
Definition at line 23 of file DisplayApp.h.
Generated on Thu Jul 14 2022 08:20:55 by
1.7.2