Method

ClutterEventset_device_tool

since: 1.28

Declaration [src]

void
clutter_event_set_device_tool (
  ClutterEvent* event,
  ClutterInputDeviceTool* tool
)

Description [src]

Sets the tool in use for this event.

Available since: 1.28

Parameters

tool

Type: ClutterInputDeviceTool

A ClutterInputDeviceTool.

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