summaryrefslogtreecommitdiff
path: root/clutter/clutter/clutter-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'clutter/clutter/clutter-event.h')
-rw-r--r--clutter/clutter/clutter-event.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clutter/clutter/clutter-event.h b/clutter/clutter/clutter-event.h
index a14b2eca3..7595e8335 100644
--- a/clutter/clutter/clutter-event.h
+++ b/clutter/clutter/clutter-event.h
@@ -188,8 +188,6 @@ struct _ClutterKeyEvent
* @y: event Y coordinate, relative to the stage
* @modifier_state: button modifiers
* @button: event button
- * @click_count: number of button presses within the default time
- * and radius
* @axes: reserved for future use
* @device: the device that originated the event. If you want the physical
* device the event originated from, use clutter_event_get_source_device()
@@ -214,7 +212,6 @@ struct _ClutterButtonEvent
gfloat y;
ClutterModifierType modifier_state;
guint32 button;
- guint click_count;
gdouble *axes; /* Future use */
ClutterInputDevice *device;
uint32_t evdev_code;
@@ -740,8 +737,6 @@ void clutter_event_set_button (ClutterEvent
CLUTTER_EXPORT
guint32 clutter_event_get_button (const ClutterEvent *event);
CLUTTER_EXPORT
-guint clutter_event_get_click_count (const ClutterEvent *event);
-CLUTTER_EXPORT
void clutter_event_set_related (ClutterEvent *event,
ClutterActor *actor);
CLUTTER_EXPORT