Package org.lwjgl.ovr

Class OVRLogCallback

    • Method Detail

      • create

        public static OVRLogCallback create(long functionPointer)
        Creates a OVRLogCallback instance from the specified function pointer.
      • create

        public static OVRLogCallback create(OVRLogCallbackI instance)
        Creates a OVRLogCallback instance that delegates to the specified OVRLogCallbackI instance.
      • getMessage

        public static java.lang.String getMessage(long message)
        Converts the specified OVRLogCallback argument to a String.

        This method may only be used inside a OVRLogCallback invocation.

        Parameters:
        message - the OVRLogCallback message argument
        Returns:
        the message as a String