- 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.
-
Method Summary
boolean
Called after a mouse click has released in a screen.
-
Method Details
-
afterMouseRelease
boolean afterMouseRelease(Screen screen,
Click context,
boolean consumed)
Called after 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
consumed - whether the mouse release was already consumed
- See Also:
-