Talk:MoveMouseY

From the Oblivion ConstructionSet Wiki
Revision as of 00:50, 22 August 2006 by imported>Timeslip (answer)
Jump to navigation Jump to search

General Talk

Does this move the mouse X pixels on axis X/Y? Would screen resolution affect how this works?

This moves the mouse x pixels along the Y axis, and MoveMouseX is identical for the x axis. Screen resolution effects how it works in menu mode, but not in game. The mouse sensitivity slider will effect how it works in game, but you can adjust for that using con_GetINISetting to read fMouseSensitivity. Oddly, the mouse sensitivity slider has no effect in menu mode.
A SetMouseX/Y function will probably be required for accurate use in menu mode.
--Timeslip 01:50, 22 August 2006 (EDT)