InputMgr::GetMouseSensitivity
Defined in:
Returns the global mouse sensitivity.
C4Input.h
Prototype
int32 GetMouseSensitivity(void) const;
Description
The GetMouseSensitivity
function returns the global mouse sensitivity. This value is used as a multiplier for the raw mouse movement, and it is applied to the values returned by the InputMgr::GetMouseDeltaX
and InputMgr::GetMouseDeltaY
functions. The default value of the sensitivity is 15.
See Also