MoveMouseX

Revision as of 09:00, 14 November 2011 by imported>Jaime74 (Removed junk injection)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

ExamplesEdit

MoveMouseX -50

Moves the mouse 50 pixels to the left.

NotesEdit

short XRes
short YRes
...
set XRes to (GetNumericIniSetting "iSize W:Display") ;i.e., 1280 of 1280x1024
set YRes to (GetNumericIniSetting "iSize H:Display") ;i.e., 1024 of 1280x1024
             ;0 for normal, 1 for inverted

See AlsoEdit