Interface GLFWDropCallbackI

    • 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 window,
                    int count,
                    long names)
        Will be called when one or more dragged files are dropped on the window.
        Parameters:
        window - the window that received the event
        count - the number of dropped files
        names - pointer to the array of UTF-8 encoded path names of the dropped files