MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / OnMouseLoop

Method OnMouseLoop

src/console_gui.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

HandleCaretMethod · 0.80
SetDirtyMethod · 0.45

Tested by

no test coverage detected