Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_touchStatePosition_t Struct Reference

The low level Touchscreen event, coming from driver. More...

#include <nbgl_obj.h>

Public Attributes

nbgl_touchState_t state
 state of the touch event, e.g PRESSED or RELEASED More...
 
int16_t x
 horizontal position of the touch (or for a RELEASED the last touched point) More...
 
int16_t y
 vertical position of the touch (or for a RELEASED the last touched point) More...
 

Detailed Description

The low level Touchscreen event, coming from driver.

Definition at line 206 of file nbgl_obj.h.

Member Data Documentation

◆ state

nbgl_touchState_t nbgl_touchStatePosition_t::state

state of the touch event, e.g PRESSED or RELEASED

Definition at line 207 of file nbgl_obj.h.

◆ x

int16_t nbgl_touchStatePosition_t::x

horizontal position of the touch (or for a RELEASED the last touched point)

Definition at line 212 of file nbgl_obj.h.

◆ y

int16_t nbgl_touchStatePosition_t::y

vertical position of the touch (or for a RELEASED the last touched point)

Definition at line 213 of file nbgl_obj.h.


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