mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 10:50:52 +01: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