Method

ClutterEventset_device

since: 1.6

Declaration [src]

void
clutter_event_set_device (
  ClutterEvent* event,
  ClutterInputDevice* device
)

Description [src]

Sets the device for event.

Available since: 1.6

Parameters

device

Type: ClutterInputDevice

A ClutterInputDevice, or NULL.

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