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