5 #ifndef __RD_SDL_INPUT_MANAGER_HPP__ 
    6 #define __RD_SDL_INPUT_MANAGER_HPP__ 
   12 #include "InputManager.hpp" 
   42         virtual bool configure(
const std::string & parameter, 
const std::string & value);
 
   55         static const std::string 
id;
 
   79         static int staticInputCallback(
void *userdata, SDL_Event *event)
 
   87         bool inputCallback(SDL_Event* event);
 
   97 #endif // __RD_SDL_INPUT_MANAGER_HPP__ 
  
The main, catch-all namespace for Robot Devastation.
Definition: groups.dox:4