Class XrEyeTrackerFB

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

public class XrEyeTrackerFB extends org.lwjgl.system.Pointer.Default
Wraps an XrEyeTrackerFB 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
    XrEyeTrackerFB(long handle, XrSession session)
    Creates an XrEyeTrackerFB using the specified native handle and XrSession.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the XrSession 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

    • XrEyeTrackerFB

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

    • getSession

      public XrSession getSession()
      Returns the XrSession from which this handle was created.
    • getCapabilities

      public XRCapabilities getCapabilities()