0x0048E470
| 158 | |
| 159 | // 0x0048E470 |
| 160 | static void draw(Window& self, Gfx::DrawingContext& drawingCtx) |
| 161 | { |
| 162 | self.draw(drawingCtx); |
| 163 | Common::drawTabs(self, drawingCtx); |
| 164 | } |
| 165 | |
| 166 | // 0x0048E4D4 |
| 167 | static void onMouseUp(Window& self, WidgetIndex_t widgetIndex, const WidgetId id) |
nothing calls this directly
no test coverage detected