summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/752476
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/752476')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/7524769
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/752476 b/results/classifier/accel-gemma3:12b/kvm/752476
new file mode 100644
index 000000000..d9c777a45
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/752476
@@ -0,0 +1,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.
\ No newline at end of file