Package org.lwjgl.openxr
Class EXTDpadBinding
java.lang.Object
org.lwjgl.openxr.EXTDpadBinding
The XR_EXT_dpad_binding extension.
This extension allows the application to bind one or more digital actions to a trackpad or thumbstick as though it were a dpad by defining additional component paths to suggest bindings for. The behavior of this dpad-like mapping may be customized using XrInteractionProfileDpadBindingEXT.
Applications must also enable the XR_KHR_binding_modification extension that this builds on top of.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_EXT_dpad_binding_SPEC_VERSION
public static final int XR_EXT_dpad_binding_SPEC_VERSIONThe extension specification version.- See Also:
-
XR_EXT_DPAD_BINDING_EXTENSION_NAME
The extension name.- See Also:
-
XR_TYPE_INTERACTION_PROFILE_DPAD_BINDING_EXT
public static final int XR_TYPE_INTERACTION_PROFILE_DPAD_BINDING_EXTExtendsXrStructureType.- See Also:
-