C4 Engine
C4 Engine API Documentation

InputMgr::GetMouseFlags

Defined in:  C4Input.h
Returns the mouse input flags.
Prototype

uint32 GetMouseFlags(voidconst;

Description
The GetMouseFlags function returns the mouse input flags, which can be a combination (through logical OR) of the following constants.
kMouseInverted Movement along the vertical axis of the mouse is negated.
kMouseSmooth Mouse movements are smoothed over multiple input events.
The default value of the mouse flags is kMouseSmooth.
See Also

InputMgr::SetMouseFlags

InputMgr::GetMouseSensitivity

InputMgr::SetMouseSensitivity

InputMgr::GetMouseDeltaX

InputMgr::GetMouseDeltaY