MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / IsTextInputActive

Method IsTextInputActive

src/openrct2/ui/DummyUiContext.cpp:179–182  ·  view source on GitHub ↗

Text input

Source from the content-addressed store, hash-verified

177
178 // Text input
179 bool IsTextInputActive() override
180 {
181 return false;
182 }
183 TextInputSession* StartTextInput([[maybe_unused]] u8string& buffer, [[maybe_unused]] size_t maxLength) override
184 {
185 return nullptr;

Callers 1

ContextIsInputActiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected