Package org.lwjgl.openvr
Class VRInput
- java.lang.Object
-
- org.lwjgl.openvr.VRInput
-
public class VRInput extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intnVRInput_DecompressSkeletalBoneData(long pvCompressedBuffer, int unCompressedBufferSize, int eTransformSpace, long pTransformArray, int unTransformArrayCount)Unsafe version of:DecompressSkeletalBoneDatastatic intnVRInput_GetActionBindingInfo(long action, long pOriginInfo, int unBindingInfoSize, int unBindingInfoCount, long punReturnedBindingInfoCount)Unsafe version of:GetActionBindingInfostatic intnVRInput_GetActionHandle(long pchActionName, long pHandle)Unsafe version of:GetActionHandlestatic intnVRInput_GetActionOrigins(long actionSetHandle, long digitalActionHandle, long originsOut, int originOutCount)Unsafe version of:GetActionOriginsstatic intnVRInput_GetActionSetHandle(long pchActionSetName, long pHandle)Unsafe version of:GetActionSetHandlestatic intnVRInput_GetAnalogActionData(long action, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetAnalogActionDatastatic intnVRInput_GetBoneCount(long action, long pBoneCount)Unsafe version of:GetBoneCountstatic intnVRInput_GetBoneHierarchy(long action, long pParentIndices, int unIndexArrayCount)Unsafe version of:GetBoneHierarchystatic intnVRInput_GetBoneName(long action, int nBoneIndex, long pchBoneName, int unNameBufferSize)Unsafe version of:GetBoneNamestatic intnVRInput_GetDigitalActionData(long action, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetDigitalActionDatastatic intnVRInput_GetInputSourceHandle(long pchInputSourcePath, long pHandle)Unsafe version of:GetInputSourceHandlestatic intnVRInput_GetOriginLocalizedName(long origin, long pchNameArray, int unNameArraySize, int unStringSectionsToInclude)Unsafe version of:GetOriginLocalizedNamestatic intnVRInput_GetOriginTrackedDeviceInfo(long origin, long pOriginInfo, int unOriginInfoSize)Unsafe version of:GetOriginTrackedDeviceInfostatic intnVRInput_GetPoseActionDataForNextFrame(long action, int eOrigin, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetPoseActionDataForNextFramestatic intnVRInput_GetPoseActionDataRelativeToNow(long action, int eOrigin, float fPredictedSecondsFromNow, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetPoseActionDataRelativeToNowstatic intnVRInput_GetSkeletalActionData(long action, long pActionData, int unActionDataSize)Unsafe version of:GetSkeletalActionDatastatic intnVRInput_GetSkeletalBoneData(long action, int eTransformSpace, int eMotionRange, long pTransformArray, int unTransformArrayCount)Unsafe version of:GetSkeletalBoneDatastatic intnVRInput_GetSkeletalBoneDataCompressed(long action, int eMotionRange, long pvCompressedData, int unCompressedSize, long punRequiredCompressedSize)Unsafe version of:GetSkeletalBoneDataCompressedstatic intnVRInput_GetSkeletalReferenceTransforms(long action, int eTransformSpace, int eReferencePose, long pTransformArray, int unTransformArrayCount)Unsafe version of:GetSkeletalReferenceTransformsstatic intnVRInput_GetSkeletalSummaryData(long action, int eSummaryType, long pSkeletalSummaryData)Unsafe version of:GetSkeletalSummaryDatastatic intnVRInput_GetSkeletalTrackingLevel(long action, long pSkeletalTrackingLevel)Unsafe version of:GetSkeletalTrackingLevelstatic intnVRInput_SetActionManifestPath(long pchActionManifestPath)Unsafe version of:SetActionManifestPathstatic intnVRInput_ShowBindingsForActionSet(long pSets, int unSizeOfVRSelectedActionSet_t, int unSetCount, long originToHighlight)Unsafe version of:ShowBindingsForActionSetstatic intnVRInput_UpdateActionState(long pSets, int unSizeOfVRSelectedActionSet_t, int unSetCount)Unsafe version of:UpdateActionStatestatic intVRInput_DecompressSkeletalBoneData(java.nio.ByteBuffer pvCompressedBuffer, int eTransformSpace, VRBoneTransform.Buffer pTransformArray)Turns a compressed buffer fromGetSkeletalBoneDataCompressedand turns it back into a bone transform array.static intVRInput_GetActionBindingInfo(long action, InputBindingInfo.Buffer pOriginInfo, java.nio.IntBuffer punReturnedBindingInfoCount)Retrieves useful information about the bindings for an action.static intVRInput_GetActionHandle(java.lang.CharSequence pchActionName, java.nio.LongBuffer pHandle)Returns a handle for an action.static intVRInput_GetActionHandle(java.nio.ByteBuffer pchActionName, java.nio.LongBuffer pHandle)Returns a handle for an action.static intVRInput_GetActionOrigins(long actionSetHandle, long digitalActionHandle, java.nio.LongBuffer originsOut)Retrieve origin handles for an action.static intVRInput_GetActionSetHandle(java.lang.CharSequence pchActionSetName, java.nio.LongBuffer pHandle)Returns a handle for an action set.static intVRInput_GetActionSetHandle(java.nio.ByteBuffer pchActionSetName, java.nio.LongBuffer pHandle)Returns a handle for an action set.static intVRInput_GetAnalogActionData(long action, InputAnalogActionData pActionData, int unActionDataSize, long ulRestrictToDevice)Reads the state of an analog action given its handle.static intVRInput_GetAnalogActionData(long action, InputAnalogActionData pActionData, long ulRestrictToDevice)Reads the state of an analog action given its handle.static intVRInput_GetBoneCount(long action, java.nio.IntBuffer pBoneCount)Reads the number of bones in skeleton associated with the given action.static intVRInput_GetBoneHierarchy(long action, java.nio.IntBuffer pParentIndices)Fills the given array with the index of each bone's parent in the skeleton associated with the given action.static intVRInput_GetBoneName(long action, int nBoneIndex, java.nio.ByteBuffer pchBoneName)Fills the given buffer with the name of the bone at the given index in the skeleton associated with the given action.static intVRInput_GetDigitalActionData(long action, InputDigitalActionData pActionData, int unActionDataSize, long ulRestrictToDevice)Reads the state of a digital action given its handle.static intVRInput_GetDigitalActionData(long action, InputDigitalActionData pActionData, long ulRestrictToDevice)Reads the state of a digital action given its handle.static intVRInput_GetInputSourceHandle(java.lang.CharSequence pchInputSourcePath, java.nio.LongBuffer pHandle)Returns a handle for any path in the input system.static intVRInput_GetInputSourceHandle(java.nio.ByteBuffer pchInputSourcePath, java.nio.LongBuffer pHandle)Returns a handle for any path in the input system.static intVRInput_GetOriginLocalizedName(long origin, java.nio.ByteBuffer pchNameArray, int unStringSectionsToInclude)Retrieves the name of the origin in the current language.static intVRInput_GetOriginTrackedDeviceInfo(long origin, InputOriginInfo pOriginInfo)Retrieves useful information for the origin of this action.static intVRInput_GetOriginTrackedDeviceInfo(long origin, InputOriginInfo pOriginInfo, int unOriginInfoSize)Retrieves useful information for the origin of this action.static intVRInput_GetPoseActionDataForNextFrame(long action, int eOrigin, InputPoseActionData pActionData, int unActionDataSize, long ulRestrictToDevice)Reads the state of a pose action given its handle.static intVRInput_GetPoseActionDataForNextFrame(long action, int eOrigin, InputPoseActionData pActionData, long ulRestrictToDevice)Reads the state of a pose action given its handle.static intVRInput_GetPoseActionDataRelativeToNow(long action, int eOrigin, float fPredictedSecondsFromNow, InputPoseActionData pActionData, int unActionDataSize, long ulRestrictToDevice)Reads the state of a pose action given its handle for the number of seconds relative to now.static intVRInput_GetPoseActionDataRelativeToNow(long action, int eOrigin, float fPredictedSecondsFromNow, InputPoseActionData pActionData, long ulRestrictToDevice)Reads the state of a pose action given its handle for the number of seconds relative to now.static intVRInput_GetSkeletalActionData(long action, InputSkeletalActionData pActionData)Reads the state of a skeletal action given its handle.static intVRInput_GetSkeletalActionData(long action, InputSkeletalActionData pActionData, int unActionDataSize)Reads the state of a skeletal action given its handle.static intVRInput_GetSkeletalBoneData(long action, int eTransformSpace, int eMotionRange, VRBoneTransform.Buffer pTransformArray)Reads the state of the skeletal bone data associated with this action and copies it into the given buffer.static intVRInput_GetSkeletalBoneDataCompressed(long action, int eMotionRange, java.nio.ByteBuffer pvCompressedData, java.nio.IntBuffer punRequiredCompressedSize)Reads the state of the skeletal bone data in a compressed form that is suitable for sending over the network.static intVRInput_GetSkeletalReferenceTransforms(long action, int eTransformSpace, int eReferencePose, VRBoneTransform.Buffer pTransformArray)Fills the given buffer with the transforms for a specific static skeletal reference pose.static intVRInput_GetSkeletalSummaryData(long action, int eSummaryType, VRSkeletalSummaryData pSkeletalSummaryData)Reads summary information about the current pose of the skeleton associated with the given action.static intVRInput_GetSkeletalTrackingLevel(long action, java.nio.IntBuffer pSkeletalTrackingLevel)Reads the level of accuracy to which the controller is able to track the user to recreate a skeletal pose.static intVRInput_SetActionManifestPath(java.lang.CharSequence pchActionManifestPath)Sets the path to the action manifest JSON file that is used by this application.static intVRInput_SetActionManifestPath(java.nio.ByteBuffer pchActionManifestPath)Sets the path to the action manifest JSON file that is used by this application.static intVRInput_ShowActionOrigins(long actionSetHandle, long ulActionHandle)Shows the current binding for the action in-headset.static intVRInput_ShowBindingsForActionSet(VRActiveActionSet.Buffer pSets, int unSizeOfVRSelectedActionSet_t, long originToHighlight)Shows the current binding all the actions in the specified action sets.static intVRInput_TriggerHapticVibrationAction(long action, float fStartSecondsFromNow, float fDurationSeconds, float fFrequency, float fAmplitude, long ulRestrictToDevice)Triggers a haptic event as described by the specified action.static intVRInput_UpdateActionState(VRActiveActionSet.Buffer pSets, int unSizeOfVRSelectedActionSet_t)Reads the current state into all actions.
-
-
-
Method Detail
-
nVRInput_SetActionManifestPath
public static int nVRInput_SetActionManifestPath(long pchActionManifestPath)
Unsafe version of:SetActionManifestPath
-
VRInput_SetActionManifestPath
public static int VRInput_SetActionManifestPath(java.nio.ByteBuffer pchActionManifestPath) public static int VRInput_SetActionManifestPath(java.lang.CharSequence pchActionManifestPath)
Sets the path to the action manifest JSON file that is used by this application. If this information was set on the Steam partner site, calls to this function are ignored. If the Steam partner site setting and the path provided by this call are different,VR.EVRInputError_VRInputError_MismatchedActionManifestis returned.This call must be made before the first call to
UpdateActionStateorPollNextEvent.
-
nVRInput_GetActionSetHandle
public static int nVRInput_GetActionSetHandle(long pchActionSetName, long pHandle)Unsafe version of:GetActionSetHandle
-
VRInput_GetActionSetHandle
public static int VRInput_GetActionSetHandle(java.nio.ByteBuffer pchActionSetName, java.nio.LongBuffer pHandle) public static int VRInput_GetActionSetHandle(java.lang.CharSequence pchActionSetName, java.nio.LongBuffer pHandle)Returns a handle for an action set. This handle is used for all performance-sensitive calls.
-
nVRInput_GetActionHandle
public static int nVRInput_GetActionHandle(long pchActionName, long pHandle)Unsafe version of:GetActionHandle
-
VRInput_GetActionHandle
public static int VRInput_GetActionHandle(java.nio.ByteBuffer pchActionName, java.nio.LongBuffer pHandle) public static int VRInput_GetActionHandle(java.lang.CharSequence pchActionName, java.nio.LongBuffer pHandle)Returns a handle for an action. This handle is used for all performance-sensitive calls.
-
nVRInput_GetInputSourceHandle
public static int nVRInput_GetInputSourceHandle(long pchInputSourcePath, long pHandle)Unsafe version of:GetInputSourceHandle
-
VRInput_GetInputSourceHandle
public static int VRInput_GetInputSourceHandle(java.nio.ByteBuffer pchInputSourcePath, java.nio.LongBuffer pHandle) public static int VRInput_GetInputSourceHandle(java.lang.CharSequence pchInputSourcePath, java.nio.LongBuffer pHandle)Returns a handle for any path in the input system. E.g./user/hand/right.
-
nVRInput_UpdateActionState
public static int nVRInput_UpdateActionState(long pSets, int unSizeOfVRSelectedActionSet_t, int unSetCount)Unsafe version of:UpdateActionState
-
VRInput_UpdateActionState
public static int VRInput_UpdateActionState(VRActiveActionSet.Buffer pSets, int unSizeOfVRSelectedActionSet_t)
Reads the current state into all actions. After this call, the results ofGet*Actioncalls will be the same until the next call toUpdateActionState.
-
nVRInput_GetDigitalActionData
public static int nVRInput_GetDigitalActionData(long action, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetDigitalActionData
-
VRInput_GetDigitalActionData
public static int VRInput_GetDigitalActionData(long action, InputDigitalActionData pActionData, int unActionDataSize, long ulRestrictToDevice) public static int VRInput_GetDigitalActionData(long action, InputDigitalActionData pActionData, long ulRestrictToDevice)Reads the state of a digital action given its handle. This will returnVR.EVRInputError_VRInputError_WrongTypeif the type of action is something other than digital.
-
nVRInput_GetAnalogActionData
public static int nVRInput_GetAnalogActionData(long action, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetAnalogActionData
-
VRInput_GetAnalogActionData
public static int VRInput_GetAnalogActionData(long action, InputAnalogActionData pActionData, int unActionDataSize, long ulRestrictToDevice) public static int VRInput_GetAnalogActionData(long action, InputAnalogActionData pActionData, long ulRestrictToDevice)Reads the state of an analog action given its handle. This will returnVR.EVRInputError_VRInputError_WrongTypeif the type of action is something other than analog.
-
nVRInput_GetPoseActionDataRelativeToNow
public static int nVRInput_GetPoseActionDataRelativeToNow(long action, int eOrigin, float fPredictedSecondsFromNow, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetPoseActionDataRelativeToNow
-
VRInput_GetPoseActionDataRelativeToNow
public static int VRInput_GetPoseActionDataRelativeToNow(long action, int eOrigin, float fPredictedSecondsFromNow, InputPoseActionData pActionData, int unActionDataSize, long ulRestrictToDevice) public static int VRInput_GetPoseActionDataRelativeToNow(long action, int eOrigin, float fPredictedSecondsFromNow, InputPoseActionData pActionData, long ulRestrictToDevice)Reads the state of a pose action given its handle for the number of seconds relative to now.This will generally be called with negative times from the
fUpdateTimefields in other actions.
-
nVRInput_GetPoseActionDataForNextFrame
public static int nVRInput_GetPoseActionDataForNextFrame(long action, int eOrigin, long pActionData, int unActionDataSize, long ulRestrictToDevice)Unsafe version of:GetPoseActionDataForNextFrame
-
VRInput_GetPoseActionDataForNextFrame
public static int VRInput_GetPoseActionDataForNextFrame(long action, int eOrigin, InputPoseActionData pActionData, int unActionDataSize, long ulRestrictToDevice) public static int VRInput_GetPoseActionDataForNextFrame(long action, int eOrigin, InputPoseActionData pActionData, long ulRestrictToDevice)Reads the state of a pose action given its handle.The returned values will match the values returned by the last call to
WaitGetPoses.
-
nVRInput_GetSkeletalActionData
public static int nVRInput_GetSkeletalActionData(long action, long pActionData, int unActionDataSize)Unsafe version of:GetSkeletalActionData
-
VRInput_GetSkeletalActionData
public static int VRInput_GetSkeletalActionData(long action, InputSkeletalActionData pActionData, int unActionDataSize) public static int VRInput_GetSkeletalActionData(long action, InputSkeletalActionData pActionData)Reads the state of a skeletal action given its handle.
-
nVRInput_GetBoneCount
public static int nVRInput_GetBoneCount(long action, long pBoneCount)Unsafe version of:GetBoneCount
-
VRInput_GetBoneCount
public static int VRInput_GetBoneCount(long action, java.nio.IntBuffer pBoneCount)Reads the number of bones in skeleton associated with the given action.
-
nVRInput_GetBoneHierarchy
public static int nVRInput_GetBoneHierarchy(long action, long pParentIndices, int unIndexArrayCount)Unsafe version of:GetBoneHierarchy
-
VRInput_GetBoneHierarchy
public static int VRInput_GetBoneHierarchy(long action, java.nio.IntBuffer pParentIndices)Fills the given array with the index of each bone's parent in the skeleton associated with the given action.
-
nVRInput_GetBoneName
public static int nVRInput_GetBoneName(long action, int nBoneIndex, long pchBoneName, int unNameBufferSize)Unsafe version of:GetBoneName
-
VRInput_GetBoneName
public static int VRInput_GetBoneName(long action, int nBoneIndex, java.nio.ByteBuffer pchBoneName)Fills the given buffer with the name of the bone at the given index in the skeleton associated with the given action.
-
nVRInput_GetSkeletalReferenceTransforms
public static int nVRInput_GetSkeletalReferenceTransforms(long action, int eTransformSpace, int eReferencePose, long pTransformArray, int unTransformArrayCount)Unsafe version of:GetSkeletalReferenceTransforms
-
VRInput_GetSkeletalReferenceTransforms
public static int VRInput_GetSkeletalReferenceTransforms(long action, int eTransformSpace, int eReferencePose, VRBoneTransform.Buffer pTransformArray)Fills the given buffer with the transforms for a specific static skeletal reference pose.- Parameters:
eTransformSpace- one of:VR.EVRSkeletalTransformSpace_VRSkeletalTransformSpace_ModelVR.EVRSkeletalTransformSpace_VRSkeletalTransformSpace_ParenteReferencePose- one of:
-
nVRInput_GetSkeletalTrackingLevel
public static int nVRInput_GetSkeletalTrackingLevel(long action, long pSkeletalTrackingLevel)Unsafe version of:GetSkeletalTrackingLevel
-
VRInput_GetSkeletalTrackingLevel
public static int VRInput_GetSkeletalTrackingLevel(long action, java.nio.IntBuffer pSkeletalTrackingLevel)Reads the level of accuracy to which the controller is able to track the user to recreate a skeletal pose.
-
nVRInput_GetSkeletalBoneData
public static int nVRInput_GetSkeletalBoneData(long action, int eTransformSpace, int eMotionRange, long pTransformArray, int unTransformArrayCount)Unsafe version of:GetSkeletalBoneData
-
VRInput_GetSkeletalBoneData
public static int VRInput_GetSkeletalBoneData(long action, int eTransformSpace, int eMotionRange, VRBoneTransform.Buffer pTransformArray)Reads the state of the skeletal bone data associated with this action and copies it into the given buffer.- Parameters:
eTransformSpace- one of:VR.EVRSkeletalTransformSpace_VRSkeletalTransformSpace_ModelVR.EVRSkeletalTransformSpace_VRSkeletalTransformSpace_ParenteMotionRange- one of:VR.EVRSkeletalMotionRange_VRSkeletalMotionRange_WithControllerVR.EVRSkeletalMotionRange_VRSkeletalMotionRange_WithoutController
-
nVRInput_GetSkeletalSummaryData
public static int nVRInput_GetSkeletalSummaryData(long action, int eSummaryType, long pSkeletalSummaryData)Unsafe version of:GetSkeletalSummaryData
-
VRInput_GetSkeletalSummaryData
public static int VRInput_GetSkeletalSummaryData(long action, int eSummaryType, VRSkeletalSummaryData pSkeletalSummaryData)Reads summary information about the current pose of the skeleton associated with the given action.
-
nVRInput_GetSkeletalBoneDataCompressed
public static int nVRInput_GetSkeletalBoneDataCompressed(long action, int eMotionRange, long pvCompressedData, int unCompressedSize, long punRequiredCompressedSize)Unsafe version of:GetSkeletalBoneDataCompressed
-
VRInput_GetSkeletalBoneDataCompressed
public static int VRInput_GetSkeletalBoneDataCompressed(long action, int eMotionRange, @Nullable java.nio.ByteBuffer pvCompressedData, @Nullable java.nio.IntBuffer punRequiredCompressedSize)Reads the state of the skeletal bone data in a compressed form that is suitable for sending over the network. The required buffer size will never exceed (sizeof(VR_BoneTransform_t)*boneCount + 2). Usually the size will be much smaller.- Parameters:
eMotionRange- one of:VR.EVRSkeletalMotionRange_VRSkeletalMotionRange_WithControllerVR.EVRSkeletalMotionRange_VRSkeletalMotionRange_WithoutController
-
nVRInput_DecompressSkeletalBoneData
public static int nVRInput_DecompressSkeletalBoneData(long pvCompressedBuffer, int unCompressedBufferSize, int eTransformSpace, long pTransformArray, int unTransformArrayCount)Unsafe version of:DecompressSkeletalBoneData
-
VRInput_DecompressSkeletalBoneData
public static int VRInput_DecompressSkeletalBoneData(java.nio.ByteBuffer pvCompressedBuffer, int eTransformSpace, VRBoneTransform.Buffer pTransformArray)Turns a compressed buffer fromGetSkeletalBoneDataCompressedand turns it back into a bone transform array.- Parameters:
eTransformSpace- one of:VR.EVRSkeletalTransformSpace_VRSkeletalTransformSpace_ModelVR.EVRSkeletalTransformSpace_VRSkeletalTransformSpace_Parent
-
VRInput_TriggerHapticVibrationAction
public static int VRInput_TriggerHapticVibrationAction(long action, float fStartSecondsFromNow, float fDurationSeconds, float fFrequency, float fAmplitude, long ulRestrictToDevice)Triggers a haptic event as described by the specified action.
-
nVRInput_GetActionOrigins
public static int nVRInput_GetActionOrigins(long actionSetHandle, long digitalActionHandle, long originsOut, int originOutCount)Unsafe version of:GetActionOrigins
-
VRInput_GetActionOrigins
public static int VRInput_GetActionOrigins(long actionSetHandle, long digitalActionHandle, java.nio.LongBuffer originsOut)Retrieve origin handles for an action.
-
nVRInput_GetOriginLocalizedName
public static int nVRInput_GetOriginLocalizedName(long origin, long pchNameArray, int unNameArraySize, int unStringSectionsToInclude)Unsafe version of:GetOriginLocalizedName
-
VRInput_GetOriginLocalizedName
public static int VRInput_GetOriginLocalizedName(long origin, java.nio.ByteBuffer pchNameArray, int unStringSectionsToInclude)Retrieves the name of the origin in the current language.- Parameters:
unStringSectionsToInclude- a bitfield of values inEVRInputStringBitsthat allows the application to specify which parts of the origin's information it wants a string for. One or more of:VR.EVRInputStringBits_VRInputString_HandVR.EVRInputStringBits_VRInputString_ControllerTypeVR.EVRInputStringBits_VRInputString_InputSourceVR.EVRInputStringBits_VRInputString_All
-
nVRInput_GetOriginTrackedDeviceInfo
public static int nVRInput_GetOriginTrackedDeviceInfo(long origin, long pOriginInfo, int unOriginInfoSize)Unsafe version of:GetOriginTrackedDeviceInfo
-
VRInput_GetOriginTrackedDeviceInfo
public static int VRInput_GetOriginTrackedDeviceInfo(long origin, InputOriginInfo pOriginInfo, int unOriginInfoSize) public static int VRInput_GetOriginTrackedDeviceInfo(long origin, InputOriginInfo pOriginInfo)Retrieves useful information for the origin of this action.
-
nVRInput_GetActionBindingInfo
public static int nVRInput_GetActionBindingInfo(long action, long pOriginInfo, int unBindingInfoSize, int unBindingInfoCount, long punReturnedBindingInfoCount)Unsafe version of:GetActionBindingInfo
-
VRInput_GetActionBindingInfo
public static int VRInput_GetActionBindingInfo(long action, InputBindingInfo.Buffer pOriginInfo, java.nio.IntBuffer punReturnedBindingInfoCount)Retrieves useful information about the bindings for an action.
-
VRInput_ShowActionOrigins
public static int VRInput_ShowActionOrigins(long actionSetHandle, long ulActionHandle)Shows the current binding for the action in-headset.
-
nVRInput_ShowBindingsForActionSet
public static int nVRInput_ShowBindingsForActionSet(long pSets, int unSizeOfVRSelectedActionSet_t, int unSetCount, long originToHighlight)Unsafe version of:ShowBindingsForActionSet
-
VRInput_ShowBindingsForActionSet
public static int VRInput_ShowBindingsForActionSet(VRActiveActionSet.Buffer pSets, int unSizeOfVRSelectedActionSet_t, long originToHighlight)
Shows the current binding all the actions in the specified action sets.
-
-