This commit is contained in:
kepler155c@gmail.com
2019-03-27 07:42:33 -04:00
parent 4d06a9a738
commit a181a58420
4 changed files with 9 additions and 3 deletions

View File

@@ -75,12 +75,14 @@ function page:eventHandler(event)
elseif event.type == 'quit' then
UI:exitPullEvents()
--[[
elseif event.type == 'focus_change' then
if event.focused == self.grid then
if not self.paused then
self:emit({ type = 'toggle' })
end
end
--]]
else
return UI.Page.eventHandler(self, event)