Difference between revisions of "SetMouseSpeedX"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>WereWolf
 
(One intermediate revision by one other user not shown)
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==
Line 20: Line 20:
*[[EnableMouse]]
*[[EnableMouse]]


[[Category: OBSE Functions]]
 
[[Category: OBSE Input Functions]]
<!--[[Category: OBSE Functions]]
[[Category: OBSE Input Functions]]-->
 
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Input Functions]]
[[Category: Input Functions (OBSE)]]

Latest revision as of 17:36, 14 September 2007

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[edit | edit source]

SetMouseSpeedX 5

Moves the mouse 5 pixels per second to the right.

See Also[edit | edit source]