Update docs

This commit is contained in:
Insality
2020-02-07 01:10:10 +03:00
parent 3b38992de8
commit f65d5ce71c
24 changed files with 100 additions and 88 deletions

View File

@@ -1,10 +1,9 @@
--- Druid constants
-- @local
-- @module const
local M = {}
-- Actions
M.ACTION_TOUCH = hash("touch")
M.ACTION_TEXT = hash("text")
M.ACTION_BACKSPACE = hash("backspace")