Add esc button to unselect input field

This commit is contained in:
Insality
2020-04-18 02:08:56 +03:00
parent 6d84f06c32
commit 56795363f8
3 changed files with 18 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ key_trigger {
input: KEY_ENTER
action: "key_enter"
}
key_trigger {
input: KEY_ESC
action: "key_esc"
}
mouse_trigger {
input: MOUSE_BUTTON_1
action: "touch"