summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/752476
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/752476')
-rw-r--r--results/scraper/launchpad-without-comments/7524768
1 files changed, 8 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/752476 b/results/scraper/launchpad-without-comments/752476
new file mode 100644
index 00000000..f7e79ea5
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/752476
@@ -0,0 +1,8 @@
+monitor command mouse_button 1 moves mouse
+
+via the qemu -monitor interface, it is possible to move and click the mouse using
+mouse_move 20000 10000
+mouse_button 1
+but the mouse_button command always moves the mouse to (0,0) making it rather unusable to (auto-)trigger any widgets in the VM from the outside.
+
+Would be nice to have this available for my qemu/kvm based os-autoinst testing framework.
\ No newline at end of file