| 519 | #define TOUCH_MAX_VERTICES (THUMBSTICKWIDGET_MAX + TOUCH_MAX_BTNS * BUTTONWIDGET_MAX) |
| 520 | |
| 521 | static void TouchScreen_ChatClick(void* s, void* w) { ChatScreen_OpenInput(&String_Empty); } |
| 522 | static void TouchScreen_MoreClick(void* s, void* w) { TouchMoreScreen_Show(); } |
| 523 | static void TouchScreen_SwitchClick(void* s, void* w) { Inventory_SwitchHotbar(); } |
| 524 |
nothing calls this directly
no test coverage detected