Add an environment variable for long press gesture 42/220642/5
authorJiyun Yang <ji.yang@samsung.com>
Fri, 20 Dec 2019 06:51:30 +0000 (15:51 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Thu, 16 Jan 2020 11:40:34 +0000 (20:40 +0900)
commita4eb68faf1e75d213c951a7d4d1b67727247917a
treea7279afe8b4a254d649726ac6001dc4af878ea6b
parent76ca751382b59c4d0189ec92fa111592f70ba9b2
Add an environment variable for long press gesture

DALI_LONG_PRESS_MINIMUM_HOLDING_TIME
The minimum holding time required to be recognized as a long press gesture

Change-Id: Ie6ed848b090ac5564a4b4944b1426c7be4af19ef
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 files changed:
automated-tests/src/dali/utc-Dali-LongPressGestureDetector.cpp
dali/devel-api/events/long-press-gesture-detector-devel.cpp [new file with mode: 0644]
dali/devel-api/events/long-press-gesture-detector-devel.h [new file with mode: 0644]
dali/devel-api/file.list
dali/integration-api/input-options.cpp
dali/integration-api/input-options.h
dali/internal/event/events/gesture-event-processor.cpp
dali/internal/event/events/gesture-event-processor.h
dali/internal/event/events/long-press-gesture/long-press-gesture-detector-impl.cpp
dali/internal/event/events/long-press-gesture/long-press-gesture-detector-impl.h
dali/internal/event/events/long-press-gesture/long-press-gesture-processor.cpp
dali/internal/event/events/long-press-gesture/long-press-gesture-processor.h
dali/internal/event/events/long-press-gesture/long-press-gesture-recognizer.cpp
dali/internal/event/events/long-press-gesture/long-press-gesture-recognizer.h