Clutter.DeviceManager – clutter-1.0 Reference Manual
Packages
clutter-1.0
Clutter
DeviceManager
backend
get_default
DeviceManager
add_device
get_core_device
get_device
list_devices
peek_devices
remove_device
select_stage_events
device_added
device_removed
DeviceManager
Object Hierarchy:
Description:
[
CCode
( type_id =
"clutter_device_manager_get_type ()"
) ]
[
Version
( since =
"1.2"
) ]
public
abstract
class
DeviceManager
:
Object
The
DeviceManager
structure contains only private data
Namespace:
Clutter
Package:
clutter-1.0
Content:
Properties:
public
Backend
backend
{
owned
get
;
construct
; }
Static methods:
public
static
unowned
DeviceManager
get_default
()
Retrieves the device manager singleton
Creation methods:
protected
DeviceManager
()
Methods:
public
virtual
void
add_device
(
InputDevice
device)
public
virtual
unowned
InputDevice
get_core_device
(
InputDeviceType
device_type)
Retrieves the core
InputDevice
of type
device_type
public
virtual
unowned
InputDevice
get_device
(
int
device_id)
Retrieves the
InputDevice
with the given
device_id
public
SList
<
unowned
InputDevice
>
list_devices
()
Lists all currently registered input devices
public
unowned
SList
<
InputDevice
>
peek_devices
()
Lists all currently registered input devices
public
virtual
void
remove_device
(
InputDevice
device)
public
virtual
void
select_stage_events
(
Stage
stage)
Signals:
public
signal
void
device_added
(
InputDevice
device)
The
device_added
signal is emitted each time a device has been added to the
DeviceManager
public
signal
void
device_removed
(
InputDevice
device)
The
device_removed
signal is emitted each time a device has been removed from the
DeviceManager
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref