Package ch.bailu.gtk.gtk
Schnittstelle EventControllerMotion.OnEnter
- Umschließende Klasse:
EventControllerMotion
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onEnter
(double x, double y) Signals that the pointer has entered the widget.
-
Methodendetails
-
onEnter
void onEnter(double x, double y) Signals that the pointer has entered the widget.- Parameter:
x
- coordinates of pointer locationy
- coordinates of pointer location
-