| 232 | }}; |
| 233 | |
| 234 | void OnMouseLoop() override |
| 235 | { |
| 236 | if (_iconsole_cmdline.HandleCaret()) this->SetDirty(); |
| 237 | } |
| 238 | |
| 239 | EventState OnKeyPress([[maybe_unused]] char32_t key, uint16_t keycode) override |
| 240 | { |
nothing calls this directly
no test coverage detected