| 1250 | ***************************************************************************/ |
| 1251 | static void ControllerWindowLeftClick(void * ptr) { ControllerWindowUpdate(ptr, -1); } |
| 1252 | static void ControllerWindowRightClick(void * ptr) { ControllerWindowUpdate(ptr, +1); } |
| 1253 | |
| 1254 | /**************************************************************************** |
| 1255 | * ControllerWindow |
nothing calls this directly
no test coverage detected