MCPcopy Create free account
hub / github.com/LibreVR/Revive / GetLoading

Method GetLoading

ReviveOverlay/openvroverlaycontroller.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 QString GetName() { return m_strName; }
51 bool GetGamepadFocus() { return m_bGamepadFocus && vr::VROverlay()->IsDashboardVisible(); }
52 bool GetLoading() { return m_bLoading; }
53 void SetLoading(bool loading) { m_bLoading = loading; emit LoadingChanged(); }
54 QString GetRuntimeURL() { return m_strRuntimeURL; }
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected