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:
stephena 2012-04-19 13:43:25 +00:00
parent 822a378182
commit a64626ba25
2 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1942,9 +1942,8 @@
</tr>
<tr>
<td><pre>-mcontrol &lt;never|auto|rom&gt;</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 &lt;1|0&gt;</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>