mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
kobo: fix screen probe for touch
This commit is contained in:
@@ -392,6 +392,11 @@ function testBookStatus()
|
||||
UIManager:show(status_page)
|
||||
end
|
||||
|
||||
function testTouchProbe()
|
||||
local TouchProbe = require("utils/kobo_touch_probe")
|
||||
UIManager:show(TouchProbe:new{})
|
||||
end
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
-- you may want to uncomment following show calls to see the changes
|
||||
-----------------------------------------------------------------------
|
||||
@@ -407,6 +412,6 @@ UIManager:show(Clock:new())
|
||||
--UIManager:show(TestInputText)
|
||||
--TestInputText:onShowKeyboard()
|
||||
-- testKeyValuePage()
|
||||
-- testTouchProbe()
|
||||
testBookStatus()
|
||||
|
||||
UIManager:run()
|
||||
|
||||
Reference in New Issue
Block a user