]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keyboard.h
Drop Id tags and copyright notices from files
[libs/gui.git] / source / input / keyboard.h
index 1b70fecfbde1211b07c48c1fb78e78ae32c21aa9..56aa5c00921390f4cc13f4c74dffa31b03d1f0a8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgbase
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GBASE_KEYBOARD_H_
 #define MSP_GBASE_KEYBOARD_H_
 
@@ -21,10 +14,10 @@ are translated to platform-independent values.  See keys.h for a list.
 class Keyboard: public Device
 {
 private:
-       Graphics::Window &window;
+       Graphics::EventSource &source;
 
 public:
-       Keyboard(Graphics::Window &);
+       Keyboard(Graphics::EventSource &);
 
        virtual std::string get_button_name(unsigned) const;
 private: