C4 Engine
C4 Engine API Documentation

InputMgr::GetMouseSensitivity

Defined in:  C4Input.h
Returns the global mouse sensitivity.
Prototype

int32 GetMouseSensitivity(voidconst;

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

InputMgr::SetMouseSensitivity

InputMgr::GetMouseFlags

InputMgr::SetMouseFlags

InputMgr::GetMouseDeltaX

InputMgr::GetMouseDeltaY