Skip to content

Commit

Permalink
Updated documentation with info about the added functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Gothic-Gargoyle committed Jan 1, 2025
1 parent a9d566d commit dbea641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Quakespasm.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ <H3>Cvars</H3>
<LI>joy_exponent - For the look stick, the stick displacement (between 0 and 1) is raised to this power. Default is 2. A value of 1 would give a linear relationship between stick displacement and fraction of the maximum angular speed.</LI>
<LI>joy_exponent_move - Same as joy_exponent but for the move stick. Default is 2.</LI>
<LI>joy_invert - Set to 1 to invert the vertical axis of the look stick.</LI>
<LI>joy_swapmovelook - Set to 1 to swap the left and right analog stick functions. Default is 0, move on the left stick, look on the right stick.</LI>
<LI>joy_swapmovelook - Set to 2 for legacy (GE/PD 1.1) style controls (move forward/backward look left/right on left stick, move left/right and look up/down on right stick.
Set to 1 to swap the left and right analog stick functions.
Default is 0, move on the left stick, look on the right stick.</LI>
<LI>joy_enable - Set to 0 to disable controller support. Default is 1.</LI>
</UL>
</P>
Expand Down
8 changes: 4 additions & 4 deletions Quakespasm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
______________________________________________________________________


Page last edited: July 2024.
Page last edited: January 2025.


1. About
Expand Down Expand Up @@ -129,9 +129,9 @@
- joy_invert - Set to 1 to invert the vertical axis of the look
stick.

- joy_swapmovelook - Set to 1 to swap the left and right analog stick
functions. Default is 0, move on the left stick, look on the right
stick.
- joy_swapmovelook - Set to 2 for legacy (GE/PD 1.1) style controls (move forward/backward look left/right on left stick, move left/right and look up/down on right stick.
Set to 1 to swap the left and right analog stick functions.
Default is 0, move on the left stick, look on the right stick.

- joy_enable - Set to 0 to disable controller support. Default is 1.

Expand Down

0 comments on commit dbea641

Please sign in to comment.