mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
#112 Add allow remap default Druid input bindings
This commit is contained in:
10
game.project
10
game.project
@@ -25,6 +25,16 @@ use_accelerometer = 0
|
||||
|
||||
[druid]
|
||||
no_auto_input = 0
|
||||
input_text = text
|
||||
input_touch = touch
|
||||
input_marked_text = marked_text
|
||||
input_key_esc = key_esc
|
||||
input_key_back = key_back
|
||||
input_key_enter = key_enter
|
||||
input_key_backspace = key_backspace
|
||||
input_multitouch = multitouch
|
||||
input_scroll_up = scroll_up
|
||||
input_scroll_down = scroll_down
|
||||
|
||||
[html5]
|
||||
engine_arguments = --verify-graphics-calls=false
|
||||
|
Reference in New Issue
Block a user