C4 Engine
C4 Engine API Documentation

InputControl::GetInputControlType

Defined in:  C4Input.h
Returns the type of an input control.
Prototype

InputControlType GetInputControlType(voidconst;

Description
The GetInputControlType function returns the type of an input control, which can be one of the following constants.
kInputControlGroup Group of input controls.
kInputControlKeyButton Key button control.
kInputControlGenericButton Generic button control.
kInputControlDirectional Directional pad control.
kInputControlLinearAxis Linear axis control.
kInputControlRotationAxis Rotation axis control.
kInputControlDeltaAxis Delta axis control.
kInputControlSlider Slider control.
See Also

InputControl::GetInputControlHidUsage

InputControl::GetInputControlName