Emanuele Aina 61f2d751d0 tap-action: Add TapAction, to handle mouse/touch tapping
TapAction is a GestureAction-subclass that handles clicks and
tap gestures. It is meant to provide a replacement for ClickAction
using GestureAction:

• it handles events trasparently without capturing them, so that it
  can coexists with other GestureActions;

• the ::tap signal is not emitted if the drag threshold is exceeded;

• building upon GestureAction the amount of code is greatly reduced.

TapAction provides:

• tap signal, notifying users when a tap has been performed.

The image-content example program has been updated replacing its
ClickAction usage with TapAction.

https://bugzilla.gnome.org/show_bug.cgi?id=683948
2012-10-19 13:41:31 +02:00
..
2012-06-23 08:23:11 +01:00
2012-09-03 22:34:52 +01:00
2012-10-12 18:54:25 +01:00
2012-04-27 12:30:48 +01:00
2012-04-27 12:28:49 +01:00
2012-04-27 12:30:48 +01:00
2012-06-05 12:28:25 +02:00
2012-06-11 13:47:29 +01:00
2012-04-30 17:17:41 +01:00
2012-04-27 12:30:50 +01:00
2012-04-27 12:30:48 +01:00
2012-04-27 12:30:50 +01:00
2012-09-03 20:54:43 +01:00
2012-04-27 12:30:48 +01:00
2012-09-03 20:54:43 +01:00
2012-08-20 18:28:22 +01:00
2012-08-20 18:28:22 +01:00