Struct
ClutterPointerA11ySettings
Description [src]
struct ClutterPointerA11ySettings {
ClutterPointerA11yFlags controls;
ClutterPointerA11yDwellClickType dwell_click_type;
ClutterPointerA11yDwellMode dwell_mode;
ClutterPointerA11yDwellDirection dwell_gesture_single;
ClutterPointerA11yDwellDirection dwell_gesture_double;
ClutterPointerA11yDwellDirection dwell_gesture_drag;
ClutterPointerA11yDwellDirection dwell_gesture_secondary;
gint secondary_click_delay;
gint dwell_delay;
gint dwell_threshold;
}
The ClutterPointerA11ySettings
structure contains pointer accessibility settings.
Structure members
controls:
ClutterPointerA11yFlags
No description available.
dwell_click_type:
ClutterPointerA11yDwellClickType
No description available.
dwell_mode:
ClutterPointerA11yDwellMode
No description available.
dwell_gesture_single:
ClutterPointerA11yDwellDirection
No description available.
dwell_gesture_double:
ClutterPointerA11yDwellDirection
No description available.
dwell_gesture_drag:
ClutterPointerA11yDwellDirection
No description available.
dwell_gesture_secondary:
ClutterPointerA11yDwellDirection
No description available.
secondary_click_delay:
gint
No description available.
dwell_delay:
gint
No description available.
dwell_threshold:
gint
No description available.