mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
First working implementation of Inputs Mapping
Management of inputs in Control, Management of callbacks creator per input in Source, Saving and Loading in Session, Unified renaming of SourceCallbacks, User interface window for creating and editing input mapping from Keyboard and Numerical keypad, with appropriate Settings.
This commit is contained in:
@@ -71,8 +71,8 @@ public:
|
||||
|
||||
// callbacks
|
||||
void visit (SourceCallback&) override;
|
||||
void visit (GotoAlpha&) override;
|
||||
void visit (GotoDepth&) override;
|
||||
void visit (SetAlpha&) override;
|
||||
void visit (SetDepth&) override;
|
||||
void visit (Loom&) override;
|
||||
void visit (Grab&) override;
|
||||
void visit (Resize&) override;
|
||||
|
||||
Reference in New Issue
Block a user