1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Makes the Macintosh a mouse machine, and makes mouse machines detectable.

This commit is contained in:
Thomas Harte
2019-06-11 18:21:56 -04:00
parent a0321aa6ff
commit 124c7bcbb0
9 changed files with 42 additions and 11 deletions
@@ -59,6 +59,11 @@ KeyboardMachine::Machine *MultiMachine::keyboard_machine() {
}
}
MouseMachine::Machine *MultiMachine::mouse_machine() {
// TODO.
return nullptr;
}
Configurable::Device *MultiMachine::configurable_device() {
if(has_picked_) {
return machines_.front()->configurable_device();