Class XrAction

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrAction
All Implemented Interfaces:
org.lwjgl.system.Pointer

public class XrAction extends org.lwjgl.system.Pointer.Default
Wraps an XrAction handle.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer

    org.lwjgl.system.Pointer.Default
  • Field Summary

    Fields inherited from interface org.lwjgl.system.Pointer

    BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    XrAction(long handle, XrActionSet actionSet)
    Creates an XrAction using the specified native handle and XrActionSet.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the XrActionSet from which this handle was created.
     

    Methods inherited from class org.lwjgl.system.Pointer.Default

    address, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • XrAction

      public XrAction(long handle, XrActionSet actionSet)
      Creates an XrAction using the specified native handle and XrActionSet.
      Parameters:
      handle - the native XrAction handle
      actionSet - the XrActionSet from which handle was created
  • Method Details

    • getActionSet

      public XrActionSet getActionSet()
      Returns the XrActionSet from which this handle was created.
    • getCapabilities

      public XRCapabilities getCapabilities()