0x004B2545
| 847 | |
| 848 | // 0x004B2545 |
| 849 | static void onToolUpdate(Window& self, const WidgetIndex_t widgetIndex, [[maybe_unused]] const WidgetId id, const int16_t x, const int16_t y) |
| 850 | { |
| 851 | if (widgetIndex != widx::pickup) |
| 852 | { |
| 853 | return; |
| 854 | } |
| 855 | Common::pickupToolUpdate(self, x, y); |
| 856 | } |
| 857 | |
| 858 | // 0x004B2550 |
| 859 | static void onToolDown(Window& self, const WidgetIndex_t widgetIndex, [[maybe_unused]] const WidgetId id, const int16_t x, const int16_t y) |
nothing calls this directly
no test coverage detected