5 #ifndef __RD_MOCK_INPUT_MANAGER_HPP__
6 #define __RD_MOCK_INPUT_MANAGER_HPP__
10 #include "InputManager.hpp"
12 #include "WindowEvent.hpp"
26 bool sendKeyPress(
const Key & key);
27 bool sendKeyUp(
const Key & key);
28 bool sendKeyDown(
const Key & key);
42 static const std::string
id;
50 int getNumListeners();
70 #endif // __RD_MOCK_INPUT_MANAGER_HPP__
The main, catch-all namespace for Robot Devastation.
Definition: groups.dox:4
Class that represents a keyboard key.
Definition: Key.hpp:23
Class that represents a window event.
Definition: WindowEvent.hpp:19