Update ldoc comments

This commit is contained in:
Insality
2019-12-05 22:05:06 +03:00
parent f8a3b6f632
commit 88a37f77af
9 changed files with 172 additions and 86 deletions

View File

@@ -13,6 +13,7 @@ M.ACTION_BACK = hash("back")
M.RELEASED = "released"
M.PRESSED = "pressed"
M.STRING = "string"
M.ZERO = "0"
--- Interests
M.ON_MESSAGE = hash("on_message")
@@ -34,7 +35,12 @@ M.PIVOTS = {
[gui.PIVOT_NW] = vmath.vector3(-0.5, -0.5, 0),
}
M.ui_input = {
M.SIDE = {
X = "x",
Y = "y"
}
M.UI_INPUT = {
[M.ON_SWIPE] = true,
[M.ON_INPUT] = true
}