mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add Joystick type detection and Xbox controller support
* Add joystick type detection (with joystick_type setting to override it) * Fix multiple joysticks from interfering with each other by only reading from one (add joystick_id setting) * Add support for Xbox controllers
This commit is contained in:
parent
351cc2e79a
commit
bce0d458d8
8 changed files with 146 additions and 37 deletions
|
@ -87,6 +87,14 @@
|
|||
# type: bool
|
||||
# enable_joysticks = false
|
||||
|
||||
# The identifier of the joystick to use
|
||||
# type: int
|
||||
# joystick_id = 0
|
||||
|
||||
# The type of joystick
|
||||
# type: enum values: auto,generic,xbox
|
||||
# joystick_type = auto
|
||||
|
||||
# The time in seconds it takes between repeated events
|
||||
# when holding down a joystick button combination.
|
||||
# type: float
|
||||
|
@ -1786,4 +1794,3 @@ server_side_occlusion_culling = true
|
|||
# Print the engine's profiling data in regular intervals (in seconds). 0 = disable. Useful for developers.
|
||||
# type: int
|
||||
# profiler_print_interval = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue