mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Add key_trigger to the button
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user