kobo: fix screen probe for touch

This commit is contained in:
Qingping Hou
2016-04-02 21:52:30 -07:00
parent d6426ab872
commit eb37d9b8b6
12 changed files with 314 additions and 66 deletions

View File

@@ -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()