Difference between revisions of "SetMouseSpeedX"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>DragoonWraith
m (→‎Examples: typo)
Line 10: Line 10:
  SetMouseSpeedX 5
  SetMouseSpeedX 5


Moves the mouse 5 pixels per second to the left.
Moves the mouse 5 pixels per second to the right.


==See Also==
==See Also==

Revision as of 21:57, 13 August 2006

A command for Oblivion Script Extender

Syntax:

SetMouseSpeedX speed

Moves the mouse in the horizontal axis at the specified number of pixels per second.

Examples

SetMouseSpeedX 5

Moves the mouse 5 pixels per second to the right.

See Also