Method ProcessInput
ProcessInput(ActionMapInput, ConsumeControlDelegate)
Implement this method to access input and consume controls when necessary
Declaration
void ProcessInput(ActionMapInput input, ConsumeControlDelegate consumeControl)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionMapInput | input | An ActionMapInput if one of the action map interfaces are used |
| ConsumeControlDelegate | consumeControl | A delegate for consuming a control that was used |