Interface ScreenMouseEvents.BeforeMouseClick
- 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
Modifier and TypeMethodDescriptionvoidbeforeMouseClick(Screen screen, double mouseX, double mouseY, int button) Called before a mouse click in a screen.
-
Method Details
-
beforeMouseClick
Called before a mouse click in a screen.- Parameters:
screen- the screenmouseX- the x position of the mousemouseY- the y position of the mousebutton- the button number, which can be identified by the constants inGLFW- See Also:
-