| 405 | } |
| 406 | |
| 407 | void AS_SetGrabMouse(bool grab) { |
| 408 | return Input::Instance()->SetGrabMouse(grab); |
| 409 | } |
| 410 | |
| 411 | bool AS_GetDebugKeysEnabled() { |
| 412 | return Input::Instance()->debug_keys && Engine::Instance()->current_engine_state_.type == kEngineEditorLevelState; |
nothing calls this directly
no test coverage detected