blob: d9c777a45ed51d87fe6b411a9e1ef1f73ddbc558 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.
|