]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/hub.h
Rename the entire library to mspgui
[libs/gui.git] / source / input / hub.h
index af4db47d81da96538482ce0fe62c965b71cee323..8ec2fad7fcb3dd60af82a5f6dbab52c28a7571c3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef MSP_GBASE_INPUTHUB_H_
-#define MSP_GBASE_INPUTHUB_H_
+#ifndef MSP_INPUT_INPUTHUB_H_
+#define MSP_INPUT_INPUTHUB_H_
 
 #include "device.h"
 
@@ -18,13 +18,8 @@ protected:
 public:
        Hub();
 
-       /**
-       Attaches an input device to the hub.
-
-       @param   dev  Device to attach
-
-       @return  Index of the device within the hub
-       */
+       /** Attaches an input device to the hub.  Returns the index of the device
+       within the hub. */
        unsigned attach(Device &dev);
 
        virtual std::string get_button_name(unsigned) const;