mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
refactoring utils to tools as discussed in #2197
This commit is contained in:
@@ -5,7 +5,7 @@ describe("touch probe module", function()
|
||||
|
||||
it("should probe properly for kobo touch", function()
|
||||
local Device = require("device")
|
||||
local TouchProbe = require("utils/kobo_touch_probe"):new{}
|
||||
local TouchProbe = require("tools/kobo_touch_probe"):new{}
|
||||
local need_to_switch_xy
|
||||
TouchProbe.saveSwitchXYSetting = function(_, new_need_to_switch_xy)
|
||||
need_to_switch_xy = new_need_to_switch_xy
|
||||
|
||||
Reference in New Issue
Block a user