mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
add android_back component (#5)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
key_trigger {
|
||||
input: KEY_BACKSPACE
|
||||
action: "back"
|
||||
}
|
||||
key_trigger {
|
||||
input: KEY_BACK
|
||||
action: "back"
|
||||
}
|
||||
mouse_trigger {
|
||||
input: MOUSE_BUTTON_1
|
||||
action: "touch"
|
||||
|
Reference in New Issue
Block a user