Signal

GtkEventControllerMotion::enter

Declaration

void
enter (
  GtkEventControllerMotion* self,
  gdouble x,
  gdouble y,
  gpointer user_data
)

Description [src]

Signals that the pointer has entered the widget.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Parameters

x

Type: gdouble

The x coordinate.

y

Type: gdouble

The y coordinate.