Signal

ClutterActor::motion-event

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 ClutterMotionEvent
 

A ClutterMotionEvent.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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