InputMgr::AddAction
Defined in:
Registers an action object with the Input Manager.
C4Input.h
Prototype
void AddAction(Action *action);
Parameters
action |
The action object to register. |
Description
The AddAction
function registers an Action
object with the Input Manager. An action is normally registered by an application at the time that it is initialized.
See Also