Class VREventApplicationLaunch

  • All Implemented Interfaces:
    org.lwjgl.system.Pointer

    public class VREventApplicationLaunch
    extends org.lwjgl.system.Struct

    Layout

    
     struct VREvent_ApplicationLaunch_t {
         uint32_t pid;
         uint32_t unArgsHandle;
     }
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALIGNOF
      The struct alignment in bytes.
      static int PID
      The struct member offsets.
      static int SIZEOF
      The struct size in bytes.
      static int UNARGSHANDLE
      The struct member offsets.
      • Fields inherited from interface org.lwjgl.system.Pointer

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

      Constructors 
      Constructor Description
      VREventApplicationLaunch​(java.nio.ByteBuffer container)
      Creates a VREventApplicationLaunch instance at the current position of the specified ByteBuffer container.
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • PID, UNARGSHANDLE

        The struct member offsets.
    • Constructor Detail

      • VREventApplicationLaunch

        public VREventApplicationLaunch​(java.nio.ByteBuffer container)
        Creates a VREventApplicationLaunch instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

        The created instance holds a strong reference to the container object.

    • Method Detail

      • sizeof

        public int sizeof()
        Specified by:
        sizeof in class org.lwjgl.system.Struct
      • pid

        public int pid()
        Returns the value of the pid field.
      • unArgsHandle

        public int unArgsHandle()
        Returns the value of the unArgsHandle field.
      • create

        public static VREventApplicationLaunch create​(long address)
        Returns a new VREventApplicationLaunch instance for the specified memory address.
      • npid

        public static int npid​(long struct)
        Unsafe version of pid().
      • nunArgsHandle

        public static int nunArgsHandle​(long struct)
        Unsafe version of unArgsHandle().