parent
7a4bdca9c2
commit
e66120913f
|
@ -30,7 +30,7 @@ local screen = {object={}}
|
||||||
local data = {}
|
local data = {}
|
||||||
data.padding = {}
|
data.padding = {}
|
||||||
|
|
||||||
screen.mouse_per_screen = {}
|
screen.mouse_per_screen = setmetatable({}, {__mode="k"})
|
||||||
|
|
||||||
--- Take an input geometry and substract/add a delta
|
--- Take an input geometry and substract/add a delta
|
||||||
-- @tparam table geo A geometry (width, height, x, y) table
|
-- @tparam table geo A geometry (width, height, x, y) table
|
||||||
|
|
Loading…
Reference in New Issue