Method

ClutterActorhas_pointer

Declaration [src]

gboolean
clutter_actor_has_pointer (
  ClutterActor* self
)

Description [src]

Checks whether an actor contains the pointer of a ClutterInputDevice.

Return value

Type: gboolean

TRUE if the actor contains the pointer, and FALSE otherwise.