X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Finput%2Fhub.h;h=8ec2fad7fcb3dd60af82a5f6dbab52c28a7571c3;hb=5d688fbf457b1f4d3bebde431a7f58c898be584c;hp=e003342007703e8cdf619b40e85294485305235e;hpb=daf317db7a79a4c92880042125814ca942c3a6fa;p=libs%2Fgui.git diff --git a/source/input/hub.h b/source/input/hub.h index e003342..8ec2fad 100644 --- a/source/input/hub.h +++ b/source/input/hub.h @@ -1,12 +1,5 @@ -/* $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_ +#ifndef MSP_INPUT_INPUTHUB_H_ +#define MSP_INPUT_INPUTHUB_H_ #include "device.h" @@ -25,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;