touch_ms followup
This commit is contained in:
@@ -140,10 +140,7 @@ class Touch {
|
||||
static touch_control_t *current_control;
|
||||
static uint16_t controls_count;
|
||||
|
||||
static millis_t now;
|
||||
static millis_t time_to_hold;
|
||||
static millis_t repeat_delay;
|
||||
static millis_t touch_time;
|
||||
static millis_t last_touch_ms, time_to_hold, repeat_delay, touch_time;
|
||||
static TouchControlType touch_control_type;
|
||||
|
||||
static inline bool get_point(int16_t *x, int16_t *y);
|
||||
|
||||
Reference in New Issue
Block a user