Solve #126 Update input bindings according to Defold defaults

This commit is contained in:
Insality
2022-12-03 16:40:15 +02:00
parent 8fb41ea8e9
commit a983d5e72a
7 changed files with 17 additions and 16 deletions

View File

@@ -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