InputControl::SetInputControlAction
Defined in:
Assigns an action to an input control.
C4Input.h
Prototype
void SetInputControlAction(Action *action);
Parameters
action |
The action to assign to the input control. This can be nullptr to remove any previously assigned action.
|
Description
The SetInputControlAction
function assigns an Action
object to an input control. Once an action has been assigned, its member functions are called whenever the input control processes an event.
See Also