pros::screen_touch_status_s struct

Public variables

last_touch_e_t touch_status
Represents if the screen is being held, released, or pressed.
int16_t x
Represents the x value of the location of the touch.
int16_t y
Represents the y value of the location of the touch.
int32_t press_count
Represents how many times the screen has be pressed.
int32_t release_count
Represents how many times the user released after a touch on the screen.