Added Color Correction mapping input

Map image processing source callbacks to key inputs.
This commit is contained in:
Bruno Herbelin
2022-10-15 00:26:16 +02:00
parent 48001a660b
commit 2fc52e673f
4 changed files with 199 additions and 35 deletions

View File

@@ -383,7 +383,7 @@ class InputMappingInterface : public WorkspaceWindow
uint current_input_;
Source *ComboSelectSource(Source *current = nullptr);
uint ComboSelectCallback(uint current);
uint ComboSelectCallback(uint current, bool imageprocessing);
void SliderParametersCallback(SourceCallback *callback, Source *source);
public: