| 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 | { |
nothing calls this directly
no test coverage detected