aboutsummaryrefslogtreecommitdiffstats
path: root/mouse.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mouse.lua')
-rw-r--r--mouse.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/mouse.lua b/mouse.lua
index eac46f5..75b6e17 100644
--- a/mouse.lua
+++ b/mouse.lua
@@ -29,6 +29,7 @@ local _M -- holds the module. needed to make widgetHit overridable
local x,y = 0,0
local down = false
local hot, active = nil, nil
+local NO_WIDGET = {}
local function widgetHit(mouse, pos, size)
return mouse[1] >= pos[1] and mouse[1] <= pos[1] + size[1] and