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:ClutterPointerA11yFlagsNo description available.
dwell_click_type:ClutterPointerA11yDwellClickTypeNo description available.
dwell_mode:ClutterPointerA11yDwellModeNo description available.
dwell_gesture_single:ClutterPointerA11yDwellDirectionNo description available.
dwell_gesture_double:ClutterPointerA11yDwellDirectionNo description available.
dwell_gesture_drag:ClutterPointerA11yDwellDirectionNo description available.
dwell_gesture_secondary:ClutterPointerA11yDwellDirectionNo description available.
secondary_click_delay:gintNo description available.
dwell_delay:gintNo description available.
dwell_threshold:gintNo description available.