| 226 | } |
| 227 | |
| 228 | static bool _cooked_event_callback(struct CookedEvent* event) { |
| 229 | SceneManager* mgr = SceneManager::GetInstance(); |
| 230 | PointerCoords coords; |
| 231 | memset(&coords, 0, sizeof(coords)); |
nothing calls this directly
no outgoing calls
no test coverage detected