Package ch.bailu.gtk.gtk
Interface GestureStylus.OnMotion
- Enclosing class:
- GestureStylus
- 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 TypeMethodDescriptionvoidonMotion(double x, double y) Emitted when the stylus moves while touching the device.
-
Method Details
-
onMotion
void onMotion(double x, double y) Emitted when the stylus moves while touching the device.- Parameters:
x- the X coordinate of the stylus eventy- the Y coordinate of the stylus event
-