Interface GLFWKeyCallbackI

    • 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 key,
                    int scancode,
                    int action,
                    int mods)
        Will be called when a key is pressed, repeated or released.
        Parameters:
        window - the window that received the event
        key - the keyboard key that was pressed or released
        scancode - the system-specific scancode of the key
        action - the key action. One of:
        PRESSRELEASEREPEAT
        mods - bitfield describing which modifiers keys were held down