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


| Public Member Functions | |
| ModData (const std::string &ident) | |
| virtual InputData * | clone ()=0 | 
| virtual void | do_run (ModAction *action) const =0 | 
| void | setState (const bool state) | 
Definition at line 161 of file InputData.h.
| cmil::ModData::ModData | ( | const std::string & | ident | ) |  [inline] | 
| virtual InputData* cmil::ModData::clone | ( | ) |  [pure virtual] | 
| virtual void cmil::ModData::do_run | ( | ModAction * | action | ) | const  [pure virtual] | 
Implemented in cmil::Press.
| void cmil::ModData::setState | ( | const bool | state | ) |  [inline] | 
Definition at line 169 of file InputData.h.
References cmil::InputData::m_state.
Referenced by cmil::SDL::SDLControllers::translate(), cmil::SDL::SDLMice::translate(), and cmil::SDL::SDLKeyboards::translate().
00169 { m_state = state; }
Here is the caller graph for this function:

 1.4.7
 1.4.7