OpenVR SDK 1.3.22

General:
* Removed DLL exports in the static library version of openvr_api.dll

Driver Interface:
* Added Prop_AdditionalSystemReportData_String, which allows drivers to put additional information about its devices in the system report.
* Added VREvent_SystemReport_Started, which gives drivers the opportunity to log before a system report is generated.
* Added IVRServerDriverHost::RequestRestart, which allows a driver to request a restart with a message that will be shown to the user, and an optional executable to run.

IVROverlay:
* Added viewportscale to scroll events. This is the overlay's vertical size relative to the overlay height.

IVRInput:
* Added IsUsingLegacyInput, which returns true if the application is using legacy input.

[git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 5016734]
25 files changed
tree: 71f08885ba0c140a62ff196fbde3979f0ac6ab29
  1. bin/
  2. controller_callouts/
  3. headers/
  4. lib/
  5. samples/
  6. src/
  7. .gitattributes
  8. CMakeLists.txt
  9. LICENSE
  10. README.md
  11. Toolchain-clang.cmake
README.md

OpenVR SDK

OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. This repository is an SDK that contains the API and samples. The runtime is under SteamVR in Tools on Steam.

Documentation

Documentation for the API is available on the Github Wiki

More information on OpenVR and SteamVR can be found on http://steamvr.com