]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/hub.h
Drop Id tags and copyright notices from files
[libs/gui.git] / source / input / hub.h
index 4385f27742e83588e59cf686b88a5dd653d33bdc..af4db47d81da96538482ce0fe62c965b71cee323 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_INPUTHUB_H_
 #define MSP_GBASE_INPUTHUB_H_
 
@@ -35,6 +28,7 @@ public:
        unsigned attach(Device &dev);
 
        virtual std::string get_button_name(unsigned) const;
+       virtual std::string get_axis_name(unsigned) const;
 protected:
        void button_press(unsigned, unsigned);
        void button_release(unsigned, unsigned);