InputControl::GetInputControlAction
Defined in:
Returns the action assigned to an input control.
C4Input.h
Prototype
Action *GetInputControlAction(void) const;
Description
The GetInputControlAction
function returns a pointer to the Action
object assigned to an input control. If no action is assigned to a control, then the return value is nullptr
.
See Also