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:
ClutterStageThe stage.
The data is owned by the caller of the function.  sprite- 
            
Type:
ClutterSpriteActive pointing focus.
The data is owned by the caller of the function.  user_data- 
            
Type:
gpointerData passed to clutter_stage_active_input_foreach().
The argument can be NULL.The data is owned by the caller of the function.