1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

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