InputControl::GetInputControlType
Defined in:
Returns the type of an input control.
C4Input.h
Prototype
InputControlType GetInputControlType(void) const;
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