mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Input implementation progress
This commit is contained in:
@@ -10,6 +10,8 @@ M.ACTION_MARKED_TEXT = hash("marked_text")
|
||||
M.ACTION_BACKSPACE = hash("key_backspace")
|
||||
M.ACTION_ENTER = hash("key_enter")
|
||||
M.ACTION_BACK = hash("back")
|
||||
M.ACTION_SCROLL_UP = hash("scroll_up")
|
||||
M.ACTION_SCROLL_DOWN = hash("scroll_down")
|
||||
|
||||
|
||||
M.RELEASED = "released"
|
||||
|
Reference in New Issue
Block a user