Interface GLFWWindowPosCallbackI

    • 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 xpos,
                    int ypos)
        Will be called when the specified window moves.
        Parameters:
        window - the window that was moved
        xpos - the new x-coordinate, in pixels, of the upper-left corner of the client area of the window
        ypos - the new y-coordinate, in pixels, of the upper-left corner of the client area of the window