Difference between revisions of "MoveMouseY"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>Kea
Line 10: Line 10:
  MoveMouseY -50
  MoveMouseY -50


Moves the mouse 50 pixels down.
Moves the mouse 50 pixels up.


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

Revision as of 12:30, 24 September 2006

A command for Oblivion Script Extender

Syntax:

MoveMouseY pixels

Tells Oblivion that the mouse has moved a certain number of pixels in the vertical axis. Oblivion will react accordingly depending on the situation.

Examples

MoveMouseY -50

Moves the mouse 50 pixels up.

See Also