C4 Engine
C4 Engine API Documentation

InputMgr::AddAction

Defined in:  C4Input.h
Registers an action object with the Input Manager.
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

InputMgr::RemoveAction

Action

InputControl