| 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 | |
| 56 | void SetQuickItem( QQuickItem *pItem ); |
nothing calls this directly
no outgoing calls
no test coverage detected