Class
ClutterInputDevice
Description [src]
final class Clutter.InputDevice : GObject.Object {
/* No available fields */
}
Generic representation of an input device. The actual contents of this structure depend on the backend used.
Instance methods
clutter_input_device_get_has_cursor
Retrieves whether device
has a pointer that follows the
device motion.
since: 1.6
Properties
Clutter.InputDevice:has-cursor
Whether the device has an on screen cursor following its movement.
since: 1.6
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct ClutterInputDeviceClass {
GObjectClass parent_class;
gboolean (* is_mode_switch_button) (
ClutterInputDevice* device,
guint group,
guint button
);
gint (* get_group_n_modes) (
ClutterInputDevice* device,
gint group
);
gboolean (* is_grouped) (
ClutterInputDevice* device,
ClutterInputDevice* other_device
);
int (* get_pad_feature_group) (
ClutterInputDevice* device,
ClutterInputDevicePadFeature feature,
int n_feature
);
}
No description available.
Class members
parent_class: GObjectClass
- No description available.
is_mode_switch_button: gboolean (* is_mode_switch_button) ( ClutterInputDevice* device, guint group, guint button )
- No description available.
get_group_n_modes: gint (* get_group_n_modes) ( ClutterInputDevice* device, gint group )
- No description available.
is_grouped: gboolean (* is_grouped) ( ClutterInputDevice* device, ClutterInputDevice* other_device )
- No description available.
get_pad_feature_group: int (* get_pad_feature_group) ( ClutterInputDevice* device, ClutterInputDevicePadFeature feature, int n_feature )
- No description available.