| 1872 | |
| 1873 | struct 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), |
nothing calls this directly
no test coverage detected