Add support for exiting formspecs by doubleclicking outside

This commit is contained in:
sapier
2014-05-30 03:07:48 +02:00
parent 763a511ca5
commit 003634e049
4 changed files with 136 additions and 27 deletions

View File

@@ -134,7 +134,6 @@ function ui.handle_events(event)
local retval = value:handle_events(event)
if retval then
print("event handled by: " .. key)
return retval
end
end