Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.InputDeviceType

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterInputDeviceType
Enum : InputDeviceType
The types of input devices available.
The ClutterInputDeviceType enumeration can be extended at later
date; not every platform supports every input device type.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:49 GMT+0800 (HKT)