Signal
ClutterScrollController::scroll
Declaration
void
scroll (
ClutterScrollController* self,
ClutterSprite* sprite,
ClutterScrollSource source,
gdouble dx,
gdouble dy,
gpointer user_data
)
Description [src]
Emitted when there is an input scroll event to handle.
| Default handler: The default handler is called before the handlers added via |
Parameters
sprite-
Type:
ClutterSpriteSprite triggering scroll events.
The data is owned by the caller of the function. source-
Type:
ClutterScrollSourceSource of the scroll events.
dx-
Type:
gdoubleDelta in the X axis of the scroll motion.
dy-
Type:
gdoubleDelta in the Y axis of the scroll motion.