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

Rejigs the typing relationship so that use of a typer is not strongly implied by the interface.

Simultaneously implements typing on the MSX by direct insertion into the key buffer.
This commit is contained in:
Thomas Harte
2017-12-29 18:30:46 -05:00
parent d5b1a9d918
commit e349161a53
7 changed files with 53 additions and 14 deletions
+3
View File
@@ -27,3 +27,6 @@ void Machine::reset_all_keys(Inputs::Keyboard *keyboard) {
Inputs::Keyboard &Machine::get_keyboard() {
return keyboard_;
}
void Machine::type_string(const std::string &) {
}