mirror of
https://github.com/Insality/druid
synced 2025-09-28 18:42:20 +02:00
translatable should be in data
This commit is contained in:
@@ -6,11 +6,13 @@ M.A_BACKSPACE = hash("backspace")
|
||||
M.A_ENTER = hash("enter")
|
||||
M.A_ANDR_BACK = hash("back")
|
||||
|
||||
-- interest
|
||||
M.LAYOUT_CHANGED = hash("layout_changed")
|
||||
M.ON_MESSAGE = hash("on_message")
|
||||
M.ON_INPUT = hash("on_input")
|
||||
M.ON_SWIPE = hash("on_swipe")
|
||||
M.ON_UPDATE = hash("on_update")
|
||||
M.TRANSLATABLE = hash("TRANSLATABLE")
|
||||
|
||||
M.RELEASED = "released"
|
||||
M.PRESSED = "pressed"
|
||||
|
Reference in New Issue
Block a user