Package ch.bailu.gtk.gtk
Interface GestureDrag.OnDragUpdate
- Enclosing class:
- GestureDrag
- 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
onDragUpdate
(double offset_x, double offset_y) Emitted whenever the dragging point moves.
-
Method Details
-
onDragUpdate
void onDragUpdate(double offset_x, double offset_y) Emitted whenever the dragging point moves.- Parameters:
offset_x
- X offset, relative to the start pointoffset_y
- Y offset, relative to the start point
-