Home
Trees
Indices
Help
Parallels Python API Reference
Package prlsdkapi
:: Class _VmIOMouse
[
hide private
]
[
frames
] |
no frames
]
Class _VmIOMouse
Known Subclasses:
VmIO
Provides methods for sending mouse commands to a virtual machine.
Instance Methods
[
hide private
]
__init__
(
self
)
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
)
Home
Trees
Indices
Help
Parallels Python API Reference
Generated by Epydoc 3.0.1 on Wed July 22 17:10:03 2015
http://epydoc.sourceforge.net