#include <InputData.h>
Inheritance diagram for cmil::HatAction:


Public Types | |
| Centered | |
| Up | |
| Right | |
| Down | |
| Left | |
| RightUp | |
| RightDown | |
| LeftUp | |
| LeftDown | |
| enum | Position { Centered, Up, Right, Down, Left, RightUp, RightDown, LeftUp, LeftDown } |
Public Member Functions | |
| HatAction (const std::string &name) | |
| virtual void | Movement (Position pos)=0 |
Definition at line 286 of file InputData.h.
| cmil::HatAction::HatAction | ( | const std::string & | name | ) | [inline] |
| virtual void cmil::HatAction::Movement | ( | Position | pos | ) | [pure virtual] |
1.4.7