summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/752476
blob: f7e79ea5cca5bcc3f5578be83f9ea178c0e46d8c (plain) (blame)
1
2
3
4
5
6
7
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.