33 Forward_IVRSystem_GetRecommendedRenderTargetSize();
34 Forward_IVRSystem_GetProjectionMatrix_026();
35 Forward_IVRSystem_GetProjectionRaw_026();
36 Forward_IVRSystem_ComputeDistortion_026();
37 Forward_IVRSystem_GetEyeToHeadTransform_026();
38 Forward_IVRSystem_GetTimeSinceLastVsync();
39 Forward_IVRSystem_GetD3D9AdapterIndex();
40 Forward_IVRSystem_GetDXGIOutputInfo_026();
41 Forward_IVRSystem_GetOutputDevice_026();
42 Forward_IVRSystem_IsDisplayOnDesktop();
43 Forward_IVRSystem_SetDisplayVisibility();
44 Forward_IVRSystem_GetDeviceToAbsoluteTrackingPose_026();
45 Forward_IVRSystem_ResetSeatedZeroPose();
46 Forward_IVRSystem_GetSeatedZeroPoseToStandingAbsoluteTrackingPose();
47 Forward_IVRSystem_GetRawZeroPoseToStandingAbsoluteTrackingPose();
48 Forward_IVRSystem_GetSortedTrackedDeviceIndicesOfClass_026();
49 Forward_IVRSystem_GetTrackedDeviceActivityLevel();
50 Forward_IVRSystem_ApplyTransform_026();
51 Forward_IVRSystem_GetTrackedDeviceIndexForControllerRole();
52 Forward_IVRSystem_GetControllerRoleForTrackedDeviceIndex();
53 Forward_IVRSystem_GetTrackedDeviceClass_026();
54 Forward_IVRSystem_IsTrackedDeviceConnected();
55 Forward_IVRSystem_GetBoolTrackedDeviceProperty_026();
56 Forward_IVRSystem_GetFloatTrackedDeviceProperty_026();
57 Forward_IVRSystem_GetInt32TrackedDeviceProperty_026();
58 Forward_IVRSystem_GetUint64TrackedDeviceProperty_026();
59 Forward_IVRSystem_GetMatrix34TrackedDeviceProperty_026();
60 Forward_IVRSystem_GetArrayTrackedDeviceProperty();
61 Forward_IVRSystem_GetStringTrackedDeviceProperty_026();
62 Forward_IVRSystem_GetPropErrorNameFromEnum_026();
63 Forward_IVRSystem_PollNextEvent_026();
64 Forward_IVRSystem_PollNextEventWithPose_026();
65 Forward_IVRSystem_PollNextEventWithPoseAndOverlays();
66 Forward_IVRSystem_GetEventTypeNameFromEnum();
67 Forward_IVRSystem_GetHiddenAreaMesh_026();
68 Forward_IVRSystem_GetControllerState_026();
69 Forward_IVRSystem_GetControllerStateWithPose_026();
70 Forward_IVRSystem_TriggerHapticPulse();
71 Forward_IVRSystem_GetButtonIdNameFromEnum();
72 Forward_IVRSystem_GetControllerAxisTypeNameFromEnum();
73 Forward_IVRSystem_IsInputAvailable();
74 Forward_IVRSystem_IsSteamVRDrawingControllers();
75 Forward_IVRSystem_ShouldApplicationPause();
76 Forward_IVRSystem_ShouldApplicationReduceRenderingWork();
79 DriverDebugRequest(vr::TrackedDeviceIndex_t unDeviceIndex,
80 const char *pchRequest,
81 VR_OUT_STRING()
char *pchResponseBuffer,
82 uint32_t unResponseBufferSize)
override
85 OPENVR_LOGGER_INIT(logger);
87 "DriverDebugRequest(unDeviceIndex=%u, pchRequest=%s, "
88 "pchResponseBuffer=%p, unResponseBufferSize=%u) -> %u",
89 0U,
static_cast<unsigned int>(unDeviceIndex), pchRequest,
90 static_cast<void *
>(pchResponseBuffer),
91 static_cast<unsigned int>(unResponseBufferSize), 0U);
94 Forward_IVRSystem_PerformFirmwareUpdate_026();
95 Forward_IVRSystem_AcknowledgeQuit_Exiting();
96 Forward_IVRSystem_AcknowledgeQuit_UserPrompt();