Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterInputDeviceType |
Enum : | InputDeviceType |
Properties | |
---|---|
guint32 Clutter.InputDeviceType.CURSOR_DEVICE : 9
|
|
guint32 Clutter.InputDeviceType.ERASER_DEVICE : 8
|
|
guint32 Clutter.InputDeviceType.EXTENSION_DEVICE : 2
|
|
guint32 Clutter.InputDeviceType.JOYSTICK_DEVICE : 3
|
|
guint32 Clutter.InputDeviceType.KEYBOARD_DEVICE : 1
|
|
guint32 Clutter.InputDeviceType.N_DEVICE_TYPES : 10
|
|
guint32 Clutter.InputDeviceType.PEN_DEVICE : 7
|
|
guint32 Clutter.InputDeviceType.POINTER_DEVICE : 0
|
|
guint32 Clutter.InputDeviceType.TABLET_DEVICE : 4
|
|
guint32 Clutter.InputDeviceType.TOUCHPAD_DEVICE : 5
|
|
guint32 Clutter.InputDeviceType.TOUCHSCREEN_DEVICE : 6
|
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 returned device is owned by the ClutterDeviceManager and should not be modified or freed |
Clutter.Event
Method |
get_device_type
()
:
Clutter.InputDeviceType
Retrieves the type of the device for event
any is set |
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
|