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
  Show / Hide Inherited methods, properties and signals
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 (Number 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_device (Number device_id) : Clutter.InputDevice
Retrieves the ClutterInputDevice with the given device_id
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 () : Clutter.InputDevice
Retrieves the ClutterInputDevice for the event.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:35 GMT+0800 (HKT)