InputMgr::GetMouseDeltaX
Defined in:
Returns the mouse movement delta on the x axis.
C4Input.h
Prototype
float GetMouseDeltaX(void) const;
Description
The GetMouseDeltaX
function returns the mouse movement delta on the x axis. The delta value is expressed in generic units that are scaled to be equivalent across all mouse devices and then multiplied by the current mouse sensitivity.The mouse movement delta is updated by the Input Manager only when the current input mode includes the
kInputMouseActive
flag.
See Also