Provides methods for sending mouse commands to a virtual machine.
|
|
|
set_pos(self,
hVm,
x,
y,
z,
buttons)
Move a mouse pointer to the specified absolute position and press or
release the specified button. |
|
|
|
move(self,
hVm,
x,
y,
z,
buttons)
Move a mouse pointer to a relative position and press or releas the
specified button. |
|
|
|
set_pos_ex(self,
hObj,
x,
y,
z,
w,
buttons) |
|
|
|
move_ex(self,
hVm,
x,
y,
z,
w,
buttons) |
|
|
|
async_set_pos(self,
hObj,
x,
y,
z,
w,
buttons) |
|
|
|
async_move(self,
hVm,
x,
y,
z,
w,
buttons) |
|
|