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

Method OnKeyPress

src/fios_gui.cpp:811–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809 }
810
811 EventState OnKeyPress([[maybe_unused]] char32_t key, uint16_t keycode) override
812 {
813 if (keycode == WKC_ESC) {
814 this->Close();
815 return ES_HANDLED;
816 }
817
818 return ES_NOT_HANDLED;
819 }
820
821 void OnTimeout() override
822 {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.95

Tested by

no test coverage detected