mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Solve #126 Update input bindings according to Defold defaults
This commit is contained in:
@@ -32,11 +32,11 @@ key_trigger {
|
||||
}
|
||||
mouse_trigger {
|
||||
input: MOUSE_WHEEL_UP
|
||||
action: "scroll_up"
|
||||
action: "mouse_wheel_up"
|
||||
}
|
||||
mouse_trigger {
|
||||
input: MOUSE_WHEEL_DOWN
|
||||
action: "scroll_down"
|
||||
action: "mouse_wheel_down"
|
||||
}
|
||||
mouse_trigger {
|
||||
input: MOUSE_BUTTON_1
|
||||
@@ -44,7 +44,7 @@ mouse_trigger {
|
||||
}
|
||||
touch_trigger {
|
||||
input: TOUCH_MULTI
|
||||
action: "multitouch"
|
||||
action: "touch_multi"
|
||||
}
|
||||
text_trigger {
|
||||
input: TEXT
|
||||
|
Reference in New Issue
Block a user