From 6f01837d446bbac47b11812d80c0aa4fda2911c1 Mon Sep 17 00:00:00 2001 From: Ji-Youn Park Date: Tue, 8 Sep 2015 16:00:03 +0830 Subject: [PATCH] [Tizen 2.4][Native API doc] add multi touch point description Change-Id: I4f3a26c822451fd12c5af64e7a4c0a21e3513553 Signed-off-by: Jiyoun Park --- .../html/native/efl/multipoint_touch_n.htm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm b/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm index 9289034..67163b7 100644 --- a/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm +++ b/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm @@ -203,7 +203,7 @@ button_clicked_cb(void *data, Evas *evas, Evas_Object *object, void *event_info)

Managing Touch Events

On the bottom of the create_main_view() function, event callbacks are added to the event rectangle. An event callback is added using the evas_object_event_callback_add() function.

- +

Event types for touch event contain "MOUSE" keyword because of backward compatibilty of Tizen 2.3. Before introducing multi touch concept, there is no difference between single touch event and mouse event. So single touch event used EVAS_CALLBACK_MOUSE_DOWN/UP/MOVE event types.

The following touch event types are supported: