Interface DragTarget.DragHandler
- Enclosing class:
DragTarget
- 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 TypeMethodDescriptionvoid
handle
(boolean dragging, float mouseX, float mouseY, float deltaX, float deltaY)
-
Method Details
-
handle
void handle(boolean dragging, float mouseX, float mouseY, float deltaX, float deltaY)
-