]> git.tdb.fi Git - libs/gui.git/blobdiff - source/control.h
Add names for input devices
[libs/gui.git] / source / control.h
index ccb16c51cabf42b70063cea68983159f8fed63c5..f7146b47f4502345d8d00a01988fb4b36cc78f3c 100644 (file)
@@ -36,6 +36,7 @@ struct ControlSource
 
        ControlSource();
        ControlSource(Device &, ControlSrcType, unsigned);
+       std::string str() const;
 };
 
 /**