MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / disable

Method disable

Engine/source/platform/input/openVR/openVRProvider.cpp:629–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629bool OpenVRProvider::disable()
630{
631 if (mHMD)
632 {
633 mHMD = NULL;
634 mRenderModels = NULL;
635 mHMDRenderState.reset(NULL);
636 vr::VR_Shutdown();
637 }
638
639 mEnabled = false;
640
641 return true;
642}
643
644void OpenVRProvider::buildInputCodeTable()
645{

Callers 1

openVRProvider.cppFile · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected