mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
- Whoa, how long has this been lying here?
This commit is contained in:
parent
e951810895
commit
58e72eecb5
1 changed files with 16 additions and 0 deletions
16
docs/README.joystick
Normal file
16
docs/README.joystick
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
The joystick should function on all compatible SDL platforms using the SDL
|
||||||
|
input routines as well as on Linux using the kernel joystick API. If you want
|
||||||
|
to build with joystick support (enabled by default) then add --enable-joystick
|
||||||
|
to the configure command line arguments. Use --disable-joystick to build
|
||||||
|
without joystick support.
|
||||||
|
|
||||||
|
The joystick obeys the same freelook/strafe ruls as the mouse. You can set
|
||||||
|
these in the options menu.
|
||||||
|
|
||||||
|
There are four cvars which can be set on the command line for the joystick:
|
||||||
|
joystick_invert_y [1] if set to zero pulling back on the joystick points
|
||||||
|
the targeting recticle downwards
|
||||||
|
joystick_axis_horz [0] sets the axis which controls left-right movement
|
||||||
|
joystick_axis_vert [1] sets the axis which controls up-down movement
|
||||||
|
joystick_throttle [3] sets the axis which controls the fore-backward motion
|
||||||
|
(if freelook is true)
|
Loading…
Reference in a new issue