test public

Dependencies:   HttpServer_snapshot_mbed-os

Embed: (wiki syntax)

« Back to documentation index

TouchKey::touch_pos_t Struct Reference

TouchKey::touch_pos_t Struct Reference

Touch position structure. More...

#include <TouchKey.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 33 of file TouchKey.h.


Field Documentation

bool valid

Whether a valid data.

Definition at line 36 of file TouchKey.h.

uint32_t x

The position of the x-coordinate.

Definition at line 34 of file TouchKey.h.

uint32_t y

The position of the y-coordinate.

Definition at line 35 of file TouchKey.h.