Method

ClutterEventset_source_device

Declaration [src]

void
clutter_event_set_source_device (
  ClutterEvent* event,
  ClutterInputDevice* device
)

Description [src]

Sets the source ClutterInputDevice for event.

The ClutterEvent must have been created using clutter_event_new().

Available since:1.8

Parameters

device ClutterInputDevice
 

A ClutterInputDevice.

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