MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
leTouchState Struct Reference

This struct represents a touch state. More...

#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/core/legato_input.h>

Data Fields

uint32_t valid
 
int32_t x
 
int32_t y
 

Detailed Description

This struct represents a touch state.

A touch state has valid touch indicator and touch coordinate location. mouse input.

Field Documentation

◆ valid

uint32_t valid

Valid touch.

◆ x

int32_t x

x coordinate location.

◆ y

int32_t y

y coordinate location.


The documentation for this struct was generated from the following file: