Skip to content

Commit

Permalink
vr_session: update to OpenVR 2
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Dec 19, 2023
1 parent b1c4c96 commit 66c703e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/vr_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ bool vr_init(int argc, char **argv)
// Not in public headers yet.
namespace vr
{
const VROverlayFlags VROverlayFlags_EnableControlBar = (VROverlayFlags)(1 << 23);
const VROverlayFlags VROverlayFlags_EnableControlBarKeyboard = (VROverlayFlags)(1 << 24);
const VROverlayFlags VROverlayFlags_EnableControlBarClose = (VROverlayFlags)(1 << 25);
const VROverlayFlags VROverlayFlags_EnableControlBarSteamUI = (VROverlayFlags)(1 << 26);

const EVRButtonId k_EButton_Steam = (EVRButtonId)(50);
Expand Down
2 changes: 1 addition & 1 deletion subprojects/openvr
Submodule openvr updated 155 files

0 comments on commit 66c703e

Please sign in to comment.