Signal
ClutterMotionController::enter
Declaration
void
enter (
ClutterMotionController* self,
ClutterSprite* sprite,
gfloat x,
gfloat y,
gpointer user_data
)
Description [src]
Emitted when sprite enters into the actor.
| Default handler: The default handler is called before the handlers added via |
Parameters
sprite-
Type:
ClutterSpriteThe sprite in motion.
The data is owned by the caller of the function. x-
Type:
gfloatThe position in the X axis, in actor-relative coordinates.
y-
Type:
gfloatThe position in the Y axis, in actor-relative coordinates.