Interface ScreenMouseEvents.BeforeMouseRelease

Enclosing class:
ScreenMouseEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ScreenMouseEvents.BeforeMouseRelease
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeMouseRelease(Screen screen, Click context)
    Called before a mouse click has released in a screen.
  • Method Details

    • beforeMouseRelease

      void beforeMouseRelease(Screen screen, Click context)
      Called before a mouse click has released in a screen.
      Parameters:
      screen - the screen
      context - the context of the mouse release, containing the mouse position and button
      See Also:
      • GLFW.GLFW_MOUSE_BUTTON_1