blob: 3c5fafe96a7031232c7057759bcb1ca15319a5c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<protocol name="pointer_tracking">
<interface name="pointer_tracking" version="1">
<request name="track_relative_to">
<arg name="surface" type="object" interface="wl_surface"/>
</request>
<event name="pointer_moved">
<arg name="x" type="int"/>
<arg name="y" type="int"/>
</event>
</interface>
</protocol>
|