Add key_trigger to the button

This commit is contained in:
Insality
2020-02-24 23:56:57 +03:00
parent 162bbd0ed9
commit 2d45573f02
6 changed files with 216 additions and 13 deletions

View File

@@ -6,6 +6,10 @@ key_trigger {
input: KEY_BACK
action: "back"
}
key_trigger {
input: KEY_SPACE
action: "key_space"
}
mouse_trigger {
input: MOUSE_BUTTON_1
action: "touch"