touch axis
This commit is contained in:
@@ -80,6 +80,10 @@ mouse_axis = "x"
|
||||
name = "look_horizontal"
|
||||
controller_axis = "RightStickX"
|
||||
|
||||
[[axis]]
|
||||
name = "look_horizontal"
|
||||
touch_axis = "horizontal"
|
||||
|
||||
[[axis]]
|
||||
name = "look_vertical"
|
||||
mouse_axis = "y"
|
||||
@@ -88,5 +92,9 @@ mouse_axis = "y"
|
||||
name = "look_vertical"
|
||||
controller_axis = "RightStickY"
|
||||
|
||||
[[axis]]
|
||||
name = "look_vertical"
|
||||
touch_axis = "vertical"
|
||||
|
||||
[config]
|
||||
line_height_px = 16
|
||||
@@ -1,8 +1,8 @@
|
||||
vulkan_validation_layers = true
|
||||
mesh_load_info = true
|
||||
vulkan_validation_layers = false
|
||||
mesh_load_info = false
|
||||
|
||||
[input]
|
||||
mouse_motion = false
|
||||
buttons = false
|
||||
touch = true
|
||||
touch = false
|
||||
missing_bindings = true
|
||||
@@ -27,5 +27,9 @@ name = "move_sideways"
|
||||
positive_button = "button_right"
|
||||
negative_button = "button_left"
|
||||
|
||||
[[axis]]
|
||||
name = "touch_drag"
|
||||
touch_axis = "horizontal"
|
||||
|
||||
[config]
|
||||
line_height_px = 16
|
||||
Reference in New Issue
Block a user