Package ch.bailu.gtk.gtk
Interface EventControllerMotion.OnEnter
- Enclosing class:
- EventControllerMotion
- 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
onEnter
(double x, double y) Signals that the pointer has entered the widget.
-
Method Details
-
onEnter
void onEnter(double x, double y) Signals that the pointer has entered the widget.- Parameters:
x
- coordinates of pointer locationy
- coordinates of pointer location
-