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

Method BuildRoadWaypointWindow

src/road_gui.cpp:1711–1714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1709
1710struct BuildRoadWaypointWindow : public PickerWindow {
1711 BuildRoadWaypointWindow(WindowDesc &desc, Window *parent) : PickerWindow(desc, parent, TRANSPORT_ROAD, RoadWaypointPickerCallbacks::instance)
1712 {
1713 this->ConstructWindow();
1714 }
1715
1716 static inline HotkeyList hotkeys{"buildroadwaypoint", {
1717 Hotkey('F', "focus_filter_box", PCWHK_FOCUS_FILTER_BOX),

Callers

nothing calls this directly

Calls 1

ConstructWindowMethod · 0.45

Tested by

no test coverage detected