Method
ClutterEventget_source_device
Declaration [src]
ClutterInputDevice*
clutter_event_get_source_device (
const ClutterEvent* event
)
Description [src]
Retrieves the hardware device that originated the event.
If you need the virtual device, use clutter_event_get_device().
If no hardware device originated this event, this function will return the same device as clutter_event_get_device().
Available since: | 1.6 |
Return value
Returns: | ClutterInputDevice |
A pointer to a |
|
The data is owned by the instance. |