Function

ClutterStageInputForeachFunc

Declaration

gboolean
(* ClutterStageInputForeachFunc) (
  ClutterStage* stage,
  ClutterSprite* sprite,
  gpointer user_data
)

Description [src]

Iterator function for active input. Active input counts as any pointing pointing focus having some form of activity on the stage: Pointers leaning on a widget, tablet styli in proximity, active touchpoints…

Parameters

stage

Type: ClutterStage

The stage.

The data is owned by the caller of the function.
sprite

Type: ClutterSprite

Active pointing focus.

The data is owned by the caller of the function.
user_data

Type: gpointer

Data passed to clutter_stage_active_input_foreach().

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE to keep iterating. FALSE to stop.