mirror of https://github.com/stella-emu/stella.git
Oops, forgot to mention that 'mcontrol' commandline argument has been
replaced by 'usemouse' again. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2445 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
822a378182
commit
a64626ba25
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7.3 KiB |
|
@ -1942,9 +1942,8 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-mcontrol <never|auto|rom></pre></td>
|
||||
<td>Disable mouse input entirely, enable using the mouse axes for various controllers automatically (paddle, driving, etc),
|
||||
or use the settings specified by the current ROM.</td>
|
||||
<td><pre>-usemouse <1|0></pre></td>
|
||||
<td>Use mouse as a controller as specified by ROM properties.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -2535,7 +2534,7 @@
|
|||
<tr><td>Mouse paddle sensitivity</td><td>Sensitivity used when emulating a paddle using a mouse</td><td>-msense</td></tr>
|
||||
<tr><td>Allow all 4 ...</td><td>Allow all 4 joystick directions to be pressed simultaneously</td><td>-joyallow4</td></tr>
|
||||
<tr><td>Grab mouse ...</td><td>Keep mouse in window in emulation mode</td><td>-grabmouse</td></tr>
|
||||
<tr><td>Use mouse as ...</td><td>Mouse axes are either automatically or specifically mapped to certain actions</td><td>-mcontrol</td></tr>
|
||||
<tr><td>Use mouse as ...</td><td>Allow the mouse to emulate various controllers</td><td>-usemouse</td></tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue