Signal

ClutterActor::motion-event

since: 0.6

Declaration

gboolean
motion_event (
  ClutterActor* self,
  ClutterMotionEvent* event,
  gpointer user_data
)

Description [src]

The ::motion-event signal is emitted each time the mouse pointer is moved over actor.

Default handler:

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

Available since: 0.6

Parameters

event

Type: ClutterMotionEvent

A ClutterMotionEvent.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the event has been handled by the actor, or FALSE to continue the emission.