| 729 | } |
| 730 | |
| 731 | Point OnInitialPosition(int16_t sm_width, [[maybe_unused]] int16_t sm_height, [[maybe_unused]] int window_number) override |
| 732 | { |
| 733 | return AlignInitialConstructionToolbar(sm_width); |
| 734 | } |
| 735 | |
| 736 | void OnPlaceMouseUp([[maybe_unused]] ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, [[maybe_unused]] Point pt, TileIndex start_tile, TileIndex end_tile) override |
| 737 | { |
nothing calls this directly
no test coverage detected