MoveMouseX

From the Oblivion ConstructionSet Wiki
Revision as of 21:53, 13 August 2006 by imported>DragoonWraith (OBSE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

MoveMouseX pixels

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

Examples

MoveMouseX -50

Moves the mouse 50 pixels to the left.

See Also