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