mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Erase done TODO.
This commit is contained in:
parent
9344f6a824
commit
ffb992d04a
@ -280,7 +280,6 @@ template <Analyser::Static::AppleII::Target::Model model> class ConcreteMachine:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool set_key_pressed(Key key, char value, bool is_pressed, bool is_repeat) final {
|
bool set_key_pressed(Key key, char value, bool is_pressed, bool is_repeat) final {
|
||||||
// TODO: unless a repeat key is pressed or this is a IIe.
|
|
||||||
if constexpr (!is_iie()) {
|
if constexpr (!is_iie()) {
|
||||||
if(is_repeat && !repeat_is_pressed) return true;
|
if(is_repeat && !repeat_is_pressed) return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user