]> git.tdb.fi Git - libs/gui.git/blobdiff - source/keyboard.h
Redesign and refactor
[libs/gui.git] / source / keyboard.h
index 65b3dbaeef1e0958a8a0409b1bf51c7d7b5ca299..e3006034e359a3aee66e8a180942045e0cbfbe13 100644 (file)
@@ -9,17 +9,15 @@ Distributed under the LGPL
 #define MSP_GBASE_KEYBOARD_H_
 
 #include "inputdevice.h"
+#include "window.h"
 
 namespace Msp {
-
-class Window;
-
 namespace Input {
 
 class Keyboard: public Device
 {
 public:
-       Keyboard(Window &);
+       Keyboard(Graphics::Window &);
 protected:
        void key_press(unsigned, unsigned, unsigned);
        void key_release(unsigned, unsigned);