MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / IsFullscreen

Method IsFullscreen

headers/openvr_api.cs:3196–3200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3194 FnTable.CompositorQuit();
3195 }
3196 public bool IsFullscreen()
3197 {
3198 bool result = FnTable.IsFullscreen();
3199 return result;
3200 }
3201 public uint GetCurrentSceneFocusProcess()
3202 {
3203 uint result = FnTable.GetCurrentSceneFocusProcess();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected