Difference between revisions of "Talk:MoveMouseY"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>TheImperialDragon
(question)
 
imported>Timeslip
(answer)
Line 2: Line 2:


Does this move the mouse X pixels on axis X/Y?  Would screen resolution affect how this works?
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.
:--[[User:Timeslip|Timeslip]] 01:50, 22 August 2006 (EDT)

Revision as of 00:50, 22 August 2006

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)