mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
Document manual mouse invert.
This commit is contained in:
parent
2264c28310
commit
8e254e4071
1 changed files with 4 additions and 1 deletions
|
@ -211,10 +211,13 @@ this document uptodate and to make it complete.
|
||||||
o Enable mouselook
|
o Enable mouselook
|
||||||
- Put '+mlook' into ~/.quakeforgerc or autoexec.cfg
|
- Put '+mlook' into ~/.quakeforgerc or autoexec.cfg
|
||||||
|
|
||||||
o Keep the mouse stay in the window
|
o Make the mouse stay in the window
|
||||||
- Set in_grab to 1, that will grab the mouse. (I recommend to make a bind
|
- Set in_grab to 1, that will grab the mouse. (I recommend to make a bind
|
||||||
to "toggle in_grab" for make the options toggleable)
|
to "toggle in_grab" for make the options toggleable)
|
||||||
|
|
||||||
|
o Invert mouse (reverse mouse control over pitch)
|
||||||
|
- Set m_pitch to -0.022. Default is 0.022.
|
||||||
|
|
||||||
4.4 Misc
|
4.4 Misc
|
||||||
--------
|
--------
|
||||||
o Change map
|
o Change map
|
||||||
|
|
Loading…
Reference in a new issue