Embedded SDK
Embedded SDK
|
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... | |
The low level Touchscreen event, coming from driver.
Definition at line 206 of file nbgl_obj.h.
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.
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.
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.