summaryrefslogtreecommitdiff
path: root/src/org.gnome.Mutter.RemoteDesktop.xml
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-01-29 14:44:03 +0800
committerJonas Ådahl <jadahl@gmail.com>2018-02-23 19:33:31 +0800
commit03a12f9458c818ed06a65e4640818407be4e9141 (patch)
tree7df80c42952a5c9b54bbd5105cfbc363bf9dbe2a /src/org.gnome.Mutter.RemoteDesktop.xml
parent061f69f2a23c7d265ca0e54d7e06f25a48b4ac2f (diff)
downloadmutter-03a12f9458c818ed06a65e4640818407be4e9141.tar.gz
remote-desktop: Add touch screen event support
Diffstat (limited to 'src/org.gnome.Mutter.RemoteDesktop.xml')
-rw-r--r--src/org.gnome.Mutter.RemoteDesktop.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/org.gnome.Mutter.RemoteDesktop.xml b/src/org.gnome.Mutter.RemoteDesktop.xml
index 4646d2948..dddc59a16 100644
--- a/src/org.gnome.Mutter.RemoteDesktop.xml
+++ b/src/org.gnome.Mutter.RemoteDesktop.xml
@@ -131,6 +131,39 @@
<arg name="y" type="d" direction="in" />
</method>
+ <!--
+ NotifyTouchDown:
+
+ A absolute pointer motion event notification
+ -->
+ <method name="NotifyTouchDown">
+ <arg name="stream" type="s" direction="in" />
+ <arg name="slot" type="u" direction="in" />
+ <arg name="x" type="d" direction="in" />
+ <arg name="y" type="d" direction="in" />
+ </method>
+
+ <!--
+ NotifyTouchMotion:
+
+ A absolute pointer motion event notification
+ -->
+ <method name="NotifyTouchMotion">
+ <arg name="stream" type="s" direction="in" />
+ <arg name="slot" type="u" direction="in" />
+ <arg name="x" type="d" direction="in" />
+ <arg name="y" type="d" direction="in" />
+ </method>
+
+ <!--
+ NotifyTouchUp:
+
+ A absolute pointer motion event notification
+ -->
+ <method name="NotifyTouchUp">
+ <arg name="slot" type="u" direction="in" />
+ </method>
+
</interface>
</node>