mouse_button 0 takes back to initial position
Bug #1590322 reported by
sayantan
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Expired
|
Undecided
|
Unassigned | ||
Bug Description
i wrote a python script to perform some drag function in the Qemu simulator.
mouse_move x , y
mouse_button 1
mouse_move new_x,new_y
mouse_move 0
The mouse_move 0 doesn't release the mouse in the position new_x,new_y instead it takes it back to the point x,y and then releases the mouse
To post a comment you must log in.

Did you mean "mouse_button 0" instead of "mouse_move 0" here?