0x0046B97C
| 1156 | |
| 1157 | // 0x0046B97C |
| 1158 | static void scrollMouseDown([[maybe_unused]] Window& self, int16_t x, int16_t y, [[maybe_unused]] uint8_t scrollIndex) |
| 1159 | { |
| 1160 | auto pos = mapWindowPosToLocation({ x, y }); |
| 1161 | |
| 1162 | moveMainViewToMapView(pos); |
| 1163 | } |
| 1164 | |
| 1165 | // 0x0046B946 |
| 1166 | static std::optional<FormatArguments> tooltip([[maybe_unused]] Window& self, [[maybe_unused]] WidgetIndex_t widgetIndex, [[maybe_unused]] const WidgetId id) |
nothing calls this directly
no test coverage detected