X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fhub.h;h=31eeb94bf5dfb220c793d73d6cff533b345204e5;hp=8d41bcee41393bc0314825db0c44b1fc2b65fc61;hb=b45ba2f7ceb60c1a6abc1a951a97b40c03671264;hpb=1d7113259625a91f5f6d2f53365aad22ae744689 diff --git a/source/input/hub.h b/source/input/hub.h index 8d41bce..31eeb94 100644 --- a/source/input/hub.h +++ b/source/input/hub.h @@ -2,6 +2,7 @@ #define MSP_INPUT_INPUTHUB_H_ #include +#include #include "device.h" namespace Msp { @@ -11,7 +12,7 @@ namespace Input { The Hub device collects events from multiple input devices and presents an aggregate of them. Button and axis numbers are mapped to unique values. */ -class Hub: public Device +class Hub: public Device, public sigc::trackable { protected: std::map devices;