Function
ClutterStageInputForeachFunc
Declaration
gboolean
(* ClutterStageInputForeachFunc) (
  ClutterStage* stage,
  ClutterInputDevice* device,
  ClutterEventSequence* sequence,
  gpointer user_data
)
Description [src]
Iterator function for active input. Active input counts as any pointing device currently known to have 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. 
- device
- 
            Type: ClutterInputDeviceActive input device. The data is owned by the caller of the function. 
- sequence
- 
            Type: ClutterEventSequenceActive sequence in device, orNULL.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.