touch_ms followup

This commit is contained in:
Scott Lahteine
2020-10-16 19:54:59 -05:00
parent 1e13a7161a
commit 0f6fc48f85
2 changed files with 5 additions and 8 deletions

View File

@@ -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);