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

Method textInputOpen

src/openrct2-ui/interface/Window.cpp:446–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 void Window::textInputOpen(
447 WidgetIndex callWidget, StringId title, StringId description, const Formatter& descriptionArgs, StringId existingText,
448 uintptr_t existingArgs, int32_t maxLength)
449 {
450 Windows::WindowTextInputOpen(
451 this, callWidget, title, description, descriptionArgs, existingText, existingArgs, maxLength);
452 }
453
454 void Window::resizeSpinner(WidgetIndex widgetIndex, const ScreenCoordsXY& origin, const ScreenSize& size)
455 {

Callers

nothing calls this directly

Calls 1

WindowTextInputOpenFunction · 0.85

Tested by

no test coverage detected