pros::screen_touch_status_s struct
#include <pros/screen.h>
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.