Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Clutter.InputDevice

Class Clutter.InputDevice

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterInputDevice
Class : InputDevice
Extends: GObject.Object
Generic representation of an input device. The actual contents of this
structure depend on the backend used.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter
Method
Clutter.get_input_device_for_id (gint32 id_) : Clutter.InputDevice
Retrieves the ClutterInputDevice from its id.
Clutter.DeviceManager
Signal
device_added (DeviceManager self, InputDevice device) : none
The ::device-added signal is emitted each time a device has been
added to the ClutterDeviceManager
Clutter.DeviceManager
Signal
device_removed (DeviceManager self, InputDevice device) : none
The ::device-removed signal is emitted each time a device has been
removed from the ClutterDeviceManager
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.DeviceManager
Method
get_device (gint32 device_id) : Clutter.InputDevice
Retrieves the ClutterInputDevice with the given device_id
returned device is owned by the ClutterDeviceManager and should
never be modified or freed
Clutter.Event
Method
get_device () : Clutter.InputDevice
Retrieves the ClutterInputDevice for the event.
Clutter.Event
Method
get_source_device () : Clutter.InputDevice
Clutter.Event
Method
set_device (InputDevice device) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:33 GMT+0800 (HKT)