MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AS_SetGrabMouse

Function AS_SetGrabMouse

Source/Scripting/angelscript/asfuncs.cpp:407–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void AS_SetGrabMouse(bool grab) {
408 return Input::Instance()->SetGrabMouse(grab);
409}
410
411bool AS_GetDebugKeysEnabled() {
412 return Input::Instance()->debug_keys && Engine::Instance()->current_engine_state_.type == kEngineEditorLevelState;

Callers

nothing calls this directly

Calls 1

SetGrabMouseMethod · 0.80

Tested by

no test coverage detected