Difference between revisions of "ISKernel:DIMouse (Command)"
Jump to navigation
Jump to search
(→Syntax) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
DIMouse [-lock] <on|off|toggle> | DIMouse [-lock] <on|off|toggle> | ||
− | == | + | == Forms == |
+ | '''DIMouse''' is only effective for games that use DirectInput for mouse control, in exclusive mode. | ||
+ | |||
+ | *DIMouse -on - forces the game to capture the mouse | ||
+ | *DIMouse -off - forces the game to release the mouse | ||
+ | *DIMouse -toggle | ||
+ | *-lock is used to prevent the game from changing your choice | ||
== Examples == | == Examples == | ||
+ | ===Force a DirectInput game to release the mouse=== | ||
+ | *DIMouse -lock -off | ||
+ | ===Force a DirectInput game to capture the mouse=== | ||
+ | *DIMouse -lock on | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
{{Command-Stub}} | {{Command-Stub}} | ||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 17:18, 12 September 2006
Contents
Syntax
DIMouse | |
Usage | Intermediate |
Level of Understanding | Beginner |
Computer Savvy | Intermediate |
Logic | Intermediate |
DIMouse [-lock] <on|off|toggle>
Forms
DIMouse is only effective for games that use DirectInput for mouse control, in exclusive mode.
- DIMouse -on - forces the game to capture the mouse
- DIMouse -off - forces the game to release the mouse
- DIMouse -toggle
- -lock is used to prevent the game from changing your choice
Examples
Force a DirectInput game to release the mouse
- DIMouse -lock -off
Force a DirectInput game to capture the mouse
- DIMouse -lock on