Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
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
 
int16_t x
 horizontal position of the touch (or for a RELEASED the last touched point)
 
int16_t y
 vertical position of the touch (or for a RELEASED the last touched point)
 

Detailed Description

The low level Touchscreen event, coming from driver.

Definition at line 227 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 228 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 233 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 234 of file nbgl_obj.h.


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