| 292 | } |
| 293 | |
| 294 | void EditorInputManager::onWindowClosed() { g_editor_global_context.m_engine_runtime->shutdownEngine(); } |
| 295 | |
| 296 | bool EditorInputManager::isCursorInRect(Vector2 pos, Vector2 size) const |
| 297 | { |
nothing calls this directly
no test coverage detected