Class: Clutter::DeviceManager
- Inherits:
-
Object
- Object
- Clutter::DeviceManager
- Defined in:
- (unknown)
Overview
The Clutter::DeviceManagerClass structure contains only private data
Class Method Summary collapse
-
.default ⇒ Clutter::DeviceManager
Retrieves the device manager singleton.
Instance Method Summary collapse
-
#backend ⇒ Clutter::Backend
Backend.
- #backend=(backend) ⇒ Clutter::Backend
-
#get_core_device(device_type) ⇒ Clutter::InputDevice
Retrieves the core Clutter::InputDevice of type device_type.
-
#get_device(device_id) ⇒ Clutter::InputDevice
Retrieves the Clutter::InputDevice with the given device_id.
-
#list_devices ⇒ GLib::SList<Clutter::InputDevice>
Lists all currently registered input devices.
-
#peek_devices ⇒ GLib::SList<Clutter::InputDevice>
Lists all currently registered input devices.
Class Method Details
.default ⇒ Clutter::DeviceManager
Retrieves the device manager singleton
Instance Method Details
#backend ⇒ Clutter::Backend
Returns backend.
#backend=(backend) ⇒ Clutter::Backend
#get_core_device(device_type) ⇒ Clutter::InputDevice
Retrieves the core Clutter::InputDevice of type device_type
Core devices are devices created automatically by the default Clutter backend
#get_device(device_id) ⇒ Clutter::InputDevice
Retrieves the Clutter::InputDevice with the given device_id
#list_devices ⇒ GLib::SList<Clutter::InputDevice>
Lists all currently registered input devices
#peek_devices ⇒ GLib::SList<Clutter::InputDevice>
Lists all currently registered input devices