Added UI actions to change key of source callbacks and copy-paste

Drag&drop input button keys to change key associated to a list of source callbacks (i.e. move). Copy Paste in context popup menu to remember the input model to copy at another input.
This commit is contained in:
Bruno Herbelin
2022-02-10 00:24:38 +01:00
parent 6200e78e93
commit 74eca2e527
3 changed files with 125 additions and 18 deletions

View File

@@ -153,6 +153,7 @@ public:
void removeInputCallback(SourceCallback *callback);
std::list<SourceCallback *> inputCallbacks(uint input);
std::list<uint> callbackInputs();
void swapInputCallback(uint from, uint to);
void clearInputCallbacks();
// update mode