Virtual Method
ClutterSeatcreate_virtual_device
Declaration [src]
ClutterVirtualInputDevice*
create_virtual_device (
ClutterSeat* seat,
ClutterInputDeviceType device_type
)
Parameters
device_type |
ClutterInputDeviceType |
The type of the virtual device. |
Return value
Returns: | ClutterVirtualInputDevice |
A newly created virtual device. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |