Merge pull request #770 from houqp/new_ui_houqp

add ev_log replay script & bug fix in gesturedetector
This commit is contained in:
Huang Xin
2013-02-24 18:27:27 -08:00
3 changed files with 56 additions and 6 deletions

View File

@@ -215,7 +215,7 @@ function UIManager:run()
-- delegate input_event to handler
if input_event then
DEBUG("in ui.lua:", input_event)
--DEBUG("in ui.lua:", input_event)
if input_event == "IntoSS" then
Device:intoScreenSaver()
elseif input_event == "OutOfSS" then