Difference between revisions of "MoveMouseY"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>TheImperialDragon
(This appears to be a case where it depends on what setting for inverted mouse is set. I can't look into it, no OBSE, but next time someone tries something with it, perhaps it would be good to test.)
imported>TheImperialDragon
m
Line 10: Line 10:
  MoveMouseY -50
  MoveMouseY -50


Moves the mouse 50 pixels up/down probably depending on the user's gameplay settings.
Moves the mouse 50 pixels up/down probably depending on the user's gameplay settings (invert mouse Y axis).


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

Revision as of 18:35, 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/down probably depending on the user's gameplay settings (invert mouse Y axis).

See Also