Add simple swipe component

This commit is contained in:
Insality
2020-04-17 20:04:45 +03:00
parent 14a70964c8
commit 3339b00071
8 changed files with 172 additions and 6 deletions

View File

@@ -58,10 +58,17 @@ M.SIDE = {
Y = "y"
}
M.SWIPE = {
UP = "up",
DOWN = "down",
LEFT = "left",
RIGHT = "right",
}
M.EMPTY_FUNCTION = function() end
M.EMPTY_STRING = ""
M.EMPTY_TABLE = {}
return M
return M