(TapGesture) Added min/max taps, removed touches as it's unsupported 92/36292/4
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 4 Mar 2015 15:50:15 +0000 (15:50 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 4 Mar 2015 17:30:01 +0000 (09:30 -0800)
commit0566b362eab7867ad0ea83f52053c6fef214e7f7
tree564611a51a6728fdbb91aaea1d0118ba818b40dc
parented0f58d370f916d40b5d46ca59db7c0525f08238
(TapGesture) Added min/max taps, removed touches as it's unsupported

Currently, we needed to create two tap-gesture-detectors if we wanted both a single and double tap.
Now we should be able to set the minimum/maximum taps required on each tap-gesture-detector and
just check the noOfTaps member to see how many taps we received.

The touches setter/getter was removed as this is not supported by adaptor. Better to remove this
rather than have unsupported API. Left it in the structs as it could be supported later so that
their sizes do not change when this does happen.

Change-Id: I6112197f867da5a12a2d7dcc20990202a42ca670
automated-tests/src/dali/utc-Dali-TapGestureDetector.cpp
dali/internal/event/events/tap-gesture-detector-impl.cpp
dali/internal/event/events/tap-gesture-detector-impl.h
dali/internal/event/events/tap-gesture-processor.cpp
dali/public-api/events/tap-gesture-detector.cpp
dali/public-api/events/tap-gesture-detector.h