diff options
Diffstat (limited to 'protocol.xml')
-rw-r--r-- | protocol.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol.xml b/protocol.xml index be2e79b..d8c644c 100644 --- a/protocol.xml +++ b/protocol.xml @@ -119,6 +119,12 @@ </interface> <interface name="input_device" version="1"> + <request name="attach"> + <arg name="buffer" type="object" interface="buffer"/> + <arg name="hotspot_x" type="int"/> + <arg name="hotspot_y" type="int"/> + </request> + <event name="motion"> <arg name="time" type="uint"/> <arg name="x" type="int"/> |