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