----------------------------------------------------------------------------- Purpose: -----------------------------------------------------------------------------
| 515 | // Purpose: |
| 516 | //----------------------------------------------------------------------------- |
| 517 | bool COpenVROverlayController::BHMDAvailable() |
| 518 | { |
| 519 | return vr::VRSystem() != NULL; |
| 520 | } |
| 521 | |
| 522 | |
| 523 | //----------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected