#include <inputitem.h>
Inheritance diagram for kerosin::InputItem:
Public Member Functions | |
InputItem () | |
virtual | ~InputItem () |
virtual void | ProcessInput (const InputServer::Input &input)=0 |
this method is called every time an input unknown to the parent InputControl node is received |
This serves as a hook mechanism to register custom command ids to the InputServer and to process them
Definition at line 34 of file inputitem.h.
|
Definition at line 24 of file inputitem.cpp. |
|
Definition at line 28 of file inputitem.cpp. |
|
this method is called every time an input unknown to the parent InputControl node is received
Implemented in SoccerInput. |