Increase touch area of inner zones to account for IR touchscreen drift ruining holds

This commit is contained in:
Luke Hubmayer-Werner 2020-12-28 15:24:37 +10:30
parent d1e3150061
commit 2887e0cc86
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ signal button_released(index)
signal touchbutton_pressed(index) signal touchbutton_pressed(index)
signal touchbutton_released(index) signal touchbutton_released(index)
const TOUCHBUTTON_MIN_DIST := 0.8 const TOUCHBUTTON_MIN_DIST := 0.8
const TOUCHBUTTON_MAX_DIST := 1.05 const TOUCHBUTTON_MAX_DIST := 1.075
const BUTTON_MIN_DIST := TOUCHBUTTON_MAX_DIST const BUTTON_MIN_DIST := TOUCHBUTTON_MAX_DIST
const BUTTON_MAX_DIST := 1.25 const BUTTON_MAX_DIST := 1.25