tests: Add test for pointer axis events
Add test to verify the server correctly emits pointer axis events. This requires updating the weston-test protocol with a new request for pointer axis events. Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
committed by
Pekka Paalanen
parent
c20b580b52
commit
b0341ae972
@@ -53,6 +53,13 @@
|
||||
<arg name="button" type="int"/>
|
||||
<arg name="state" type="uint"/>
|
||||
</request>
|
||||
<request name="send_axis">
|
||||
<arg name="tv_sec_hi" type="uint"/>
|
||||
<arg name="tv_sec_lo" type="uint"/>
|
||||
<arg name="tv_nsec" type="uint"/>
|
||||
<arg name="axis" type="uint"/>
|
||||
<arg name="value" type="fixed"/>
|
||||
</request>
|
||||
<request name="activate_surface">
|
||||
<arg name="surface" type="object" interface="wl_surface" allow-null="true"/>
|
||||
</request>
|
||||
|
||||
Reference in New Issue
Block a user