Minor UI improvement Input Mapping

This commit is contained in:
Bruno Herbelin
2022-02-07 23:34:45 +01:00
parent 741afaea18
commit 904c122ee0
3 changed files with 41 additions and 11 deletions

View File

@@ -153,6 +153,7 @@ public:
void removeInputCallback(SourceCallback *callback);
std::list<SourceCallback *> inputCallbacks(uint input);
std::list<uint> callbackInputs();
void clearInputCallbacks();
// update mode
inline bool active () const { return active_; }