mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +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 {
|
||||
// TODO: unless a repeat key is pressed or this is a IIe.
|
||||
if constexpr (!is_iie()) {
|
||||
if(is_repeat && !repeat_is_pressed) return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user