ecore_input: add ECORE_AXIS_LABEL_TOUCH_PALM enum

Summary:
Some of latest touchscreen devices can report if the tool in contact
is the palm of your hand and there is no axis label for this palm flag.
This adds ECORE_AXIS_LABEL_TOUCH_PALM enum as Ecore_Axis_Label type.

Test Plan: N/A

Reviewers: raster, cedric, jpeg, jypark, devilhorns, ManMower

Reviewed By: jpeg

Subscribers: JHyun

Differential Revision: https://phab.enlightenment.org/D4848
This commit is contained in:
Sung-Jin Park 2017-05-17 09:44:35 +09:00 committed by Jean-Philippe Andre
parent 093938e5d9
commit f603001367
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ extern "C" {
ECORE_AXIS_LABEL_WINDOW_Y, /**< Y coordinate mapped to the window. @since 1.19 */
ECORE_AXIS_LABEL_NORMAL_X, /**< X normalized to the [0, 1] range. @since 1.19 */
ECORE_AXIS_LABEL_NORMAL_Y, /**< Y normalized to the [0, 1] range. @since 1.19 */
ECORE_AXIS_LABEL_TOUCH_PALM, /**< Size of palm contact. Range: Unbounded. Unit: undefined. May be a boolean or a distance value, depending on the underlying H/W. @since 1.20 */
} Ecore_Axis_Label; /**< @since 1.13 */
struct _Ecore_Axis