Difference between revisions of "ISKernel:DIMouse (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
== 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]]
  

Revision as of 04:13, 19 October 2005

Syntax

Command Difficulty Rating
DIMouse
Usage Intermediate
Level of Understanding Beginner
Computer Savvy Intermediate
Logic Intermediate

DIMouse [-lock] <on|off|toggle>

Forms

  • 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 game to capture the mouse

  • DIMouse -lock on

See Also