Package org.lwjgl.openxr
Class XrAction
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrAction
- All Implemented Interfaces:
Pointer
Wraps an
XrAction handle.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionXrAction(long handle, XrActionSet actionSet) Creates anXrActionusing the specified native handle andXrActionSet. -
Method Summary
Modifier and TypeMethodDescriptionReturns theXrActionSetfrom which this handle was created.Returns theXRCapabilitiesinstance associated with this dispatchable handle.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
XrAction
Creates anXrActionusing the specified native handle andXrActionSet.- Parameters:
handle- the nativeXrActionhandleactionSet- theXrActionSetfrom whichhandlewas created
-
-
Method Details
-
getActionSet
Returns theXrActionSetfrom which this handle was created. -
getCapabilities
Returns theXRCapabilitiesinstance associated with this dispatchable handle.
-