Package prlsdkapi :: Class _VmIOMouse
[ hide private ]
[ frames ] | no frames ]

Class _VmIOMouse

Known Subclasses:

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 )