fixed spacing
This commit is contained in:
parent
d5e8a6945e
commit
2b36bf19f9
2 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
---@field x integer
|
---@field x integer
|
||||||
---@field y integer
|
---@field y integer
|
||||||
---@field point GridPoint
|
---@field point GridPoint
|
||||||
|
---@field pressed boolean
|
||||||
|
---@field lastPressed boolean
|
||||||
Mouse = {
|
Mouse = {
|
||||||
x = 0,
|
x = 0,
|
||||||
y = 0,
|
y = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue