MCPcopy Create free account
hub / github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings / setKeyboardPos

Method setKeyboardPos

src/overlaycontroller.cpp:1550–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550void OverlayController::setKeyboardPos()
1551{
1552 vr::HmdVector2_t emptyvec;
1553 emptyvec.v[0] = 0;
1554 emptyvec.v[1] = 0;
1555 vr::HmdRect2_t empty;
1556 empty.vTopLeft = emptyvec;
1557 empty.vBottomRight = emptyvec;
1558 vr::VROverlay()->SetKeyboardPositionForOverlay( m_ulOverlayHandle, empty );
1559}
1560
1561void OverlayController::setSoundVolume( double value, bool notify )
1562{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected