- 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
void
 
Called before a mouse click has released in a screen. 
 
 
 
 
- 
Method Details
- 
beforeMouseReleasevoid beforeMouseRelease(Screen screen,
 double mouseX,
 double mouseY,
 int button) Called before a mouse click has released in a screen. 
- Parameters:
- mouseX- the x position of the mouse
- mouseY- the y position of the mouse
- button- the button number, which can be identified by the constants in- GLFW.
- See Also:
-