Added interface for supporting unconventional input devices 88/70588/3
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 19 May 2016 03:49:28 +0000 (12:49 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 15 Jun 2016 05:05:12 +0000 (22:05 -0700)
Change-Id: I9443e3f58d7111c6708a97e431aa7899dbebfb9d

protocol/input-method.xml
protocol/text.xml

index 727a78baa8e0af219d7ec7b1e039e84a506ab04b..ea5e92e956cb462ebb0ecd0f2b282b15fd8419ef 100644 (file)
     <event name="cursor_position">
       <arg name="cursor_position" type="uint"/>
     </event>
+    <event name="process_input_device_event">
+      <description summary="request to process unconventional input device event">
+        Deliver unconventional input device events that need to be processed by input panel
+      </description>
+      <arg name="event_type" type="uint"/>
+      <arg name="event_data" type="string"/>
+      <arg name="event_length" type="uint"/>
+    </event>
   </interface>
 
   <interface name="wl_input_method" version="1">
index 5ddf7f8e750b43d947647a159f0f8cbebd5d6291..d5916226477a494d467958f5b19467064d77f795 100644 (file)
       </description>
       <arg name="cursor_position" type="uint"/>
     </request>
+    <request name="process_input_device_event">
+      <description summary="request to process unconventional input device event">
+        Deliver unconventional input device events that need to be processed by input panel
+      </description>
+      <arg name="event_type" type="uint"/>
+      <arg name="event_data" type="string"/>
+      <arg name="event_length" type="uint"/>
+    </request>
     <event name="enter">
       <description summary="enter event">
         Notify the text-input object when it received focus. Typically in