DiplayApp library

Dependents:   mbed-os_Watson-IoT_ZXing_sample mbed-os_Watson-IoT_ZXing_sample GR-Boads_Camera_DisplayApp GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

DisplayApp::touch_pos_t Struct Reference

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.