elm_gesture_layer: Add new config value to handle tap finger size.
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 20 Mar 2018 12:26:15 +0000 (21:26 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Wed, 21 Mar 2018 01:58:46 +0000 (10:58 +0900)
commitf4f0419872dabbc5c1998da2871c968a5a44ebfd
treee6b361f775aeb3e89296f8341701a038d7972328
parent55be0e96650cd9ac3381fb7c6b134ad89b4dcf98
elm_gesture_layer: Add new config value to handle tap finger size.

The tap_finger_size value of the concept is different from the finger_size value used in the past.

We need a minimum value for recognize the gesture as a tap or not.

Since the actual screen has different screen sizes, there is a problem that the recognition rate of tap is lowered when using the existing value(finger_size)

https://phab.enlightenment.org/D5842

Change-Id: I197f55e78ef6a1b76998ce2696858b87b2329389
src/lib/elm_config.c
src/lib/elm_gesture_layer.c
src/lib/elm_priv.h