Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterInputDeviceType |
Enum : | InputDeviceType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Clutter.InputDeviceType.EXTENSION_DEVICE : 2
|
|
Number Clutter.InputDeviceType.KEYBOARD_DEVICE : 1
|
|
Number Clutter.InputDeviceType.N_DEVICE_TYPES : 3
|
|
Number Clutter.InputDeviceType.POINTER_DEVICE : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.DeviceManager
Method |
get_core_device
(InputDeviceType device_type)
:
Clutter.InputDevice
Retrieves the core ClutterInputDevice of type device_type Core devices are devices created automatically by the default Clutter backend
|
Clutter.Event
Method |
get_device_type
()
:
Clutter.InputDeviceType
Retrieves the type of the device for event
|
Clutter.InputDevice
Property |
device_type : Clutter.InputDeviceType
The type of the device
|
Clutter.InputDevice
Method |
get_device_type
()
:
Clutter.InputDeviceType
Retrieves the type of device
|