Method

ClutterEventset_device_tool

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 ClutterInputDeviceTool
 

A ClutterInputDeviceTool.

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