LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
InputProcessor Class Referenceabstract

Base for joystick input processors. More...

#include <InputProcessor.h>

Inheritance diagram for InputProcessor:

Public Member Functions

virtual void Update ()=0
 Processes the joysticks.
 
bool CheckResources ()
 Checks that all used resources are not allocated.
 

Protected Member Functions

void RegisterResource (ControlResource::Enum resource)
 Adds a resource to be used.
 

Detailed Description

Base for joystick input processors.

Member Function Documentation

bool InputProcessor::CheckResources ( )

Checks that all used resources are not allocated.

Returns
whether all used resources are not allocated

Here is the call graph for this function:

void InputProcessor::RegisterResource ( ControlResource::Enum  resource)
protected

Adds a resource to be used.

Parameters
resourcethe resource to add

The documentation for this class was generated from the following files: