Increase touch area of inner zones to account for IR touchscreen drift ruining holds
This commit is contained in:
parent
d1e3150061
commit
2887e0cc86
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue