tizen_gesture: add palm_cover event's arguments 30/135930/8
authorJengHyun Kang <jhyuni.kang@samsung.com>
Tue, 27 Jun 2017 10:22:20 +0000 (19:22 +0900)
committerJeongHyun Kang <jhyuni.kang@samsung.com>
Wed, 28 Jun 2017 05:33:00 +0000 (05:33 +0000)
Change-Id: I9daff89087a9c3a7994c8c49ff071c26d6537e12

protocol/tizen-extension.xml

index 50dcdb2..a724112 100644 (file)
 
     <event name="palm_cover" since="2">
       <arg name="mode" type="uint" enum="mode"/>
-      <arg name="time" type="uint"/>
+      <arg name="duration" type="uint"/>
       <arg name="cx" type="int" summary="x coordinate of center touch point"/>
       <arg name="cy" type="int" summary="y coordinate of center touch point"/>
+      <arg name="size" type="uint"/>
+      <arg name="pressure" type="fixed"/>
     </event>
   </interface>