diff --git a/utils/kobo_touch_probe.lua b/utils/kobo_touch_probe.lua index 1671ba69e..302e05825 100755 --- a/utils/kobo_touch_probe.lua +++ b/utils/kobo_touch_probe.lua @@ -91,7 +91,7 @@ if KOBO_TOUCH_MIRRORED == nil then UIManager:show(TouchProbe:new{}) UIManager:run() -- otherwise, we will use probed result - else - KOBO_TOUCH_MIRRORED = switch_xy + elseif switch_xy then + Input:registerEventAdjustHook(Input.adjustTouchSwitchXY) end end