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

Method BuildRailWaypointWindow

src/rail_gui.cpp:1874–1877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1872
1873struct BuildRailWaypointWindow : public PickerWindow {
1874 BuildRailWaypointWindow(WindowDesc &desc, Window *parent) : PickerWindow(desc, parent, TRANSPORT_RAIL, WaypointPickerCallbacks::instance)
1875 {
1876 this->ConstructWindow();
1877 }
1878
1879 static inline HotkeyList hotkeys{"buildrailwaypoint", {
1880 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