InputMgr::GetMouseFlags
Defined in:
Returns the mouse input flags.
C4Input.h
Prototype
uint32 GetMouseFlags(void) const;
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. |
kMouseSmooth
.
See Also