Package org.lwjgl.ovr

Interface OVRLogCallbackI

    • Method Detail

      • address

        default long address()
        Description copied from interface: Pointer
        Returns the raw pointer address as a long value.
        Specified by:
        address in interface Pointer
        Returns:
        the pointer address
      • callback

        default void callback(long args)
        Description copied from interface: CallbackI.V
        Will be called by native code.
        Specified by:
        callback in interface CallbackI.V
        Parameters:
        args - pointer to a DCArgs iterator
      • invoke

        void invoke(long userData,
                    int level,
                    long message)
        The logging callback.
        Parameters:
        userData - an arbitrary value specified by the user of ovrInitParams
        level - one of the ovrLogLevel constants
        message - a UTF8-encoded null-terminated string