diff options
author | Bilal Elmoussaoui <belmouss@redhat.com> | 2023-06-19 11:53:37 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-06-27 17:08:56 +0200 |
commit | de9f844ce27ef8540bb9e8b4dd2c159b676d78a5 (patch) | |
tree | 92b78738aa63eb47ccf3a8ede7827ee9da1ac194 /ui/trace-events | |
parent | b6596785987d0174d6f413b7a5b695de6aa14483 (diff) |
ui/dbus: Expose a touch device interface
So that clients making use of the DBus backend could
send touch events through the new org.qemu.Display1.Touch
interface
Signed-off-by: Bilal Elmoussaoui <belmouss@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230619095337.9899-3-belmouss@redhat.com>
Diffstat (limited to 'ui/trace-events')
-rw-r--r-- | ui/trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/trace-events b/ui/trace-events index 6747361745..138a09cc03 100644 --- a/ui/trace-events +++ b/ui/trace-events @@ -154,6 +154,7 @@ dbus_mouse_press(unsigned int button) "button %u" dbus_mouse_release(unsigned int button) "button %u" dbus_mouse_set_pos(unsigned int x, unsigned int y) "x=%u, y=%u" dbus_mouse_rel_motion(int dx, int dy) "dx=%d, dy=%d" +dbus_touch_send_event(unsigned int kind, uint32_t num_slot, uint32_t x, uint32_t y) "kind=%u, num_slot=%u, x=%d, y=%d" dbus_update(int x, int y, int w, int h) "x=%d, y=%d, w=%d, h=%d" dbus_clipboard_grab_failed(void) "" dbus_clipboard_register(const char *bus_name) "peer %s" |