mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Shifts essential modifiers up to the Keyboard class.
I had forgotten that mappers are not exposed.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
using namespace KeyboardMachine;
|
||||
|
||||
MappedMachine::MappedMachine() {
|
||||
MappedMachine::MappedMachine(const std::set<Inputs::Keyboard::Key> &essential_modifiers) : keyboard_(essential_modifiers) {
|
||||
keyboard_.set_delegate(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user