Searched refs:putMouseEvent (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMouseImpl.h74 HRESULT putMouseEvent(LONG aDx,
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp742 HRESULT Mouse::putMouseEvent(LONG dx, LONG dy, LONG dz, LONG dw, function in class:Mouse
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py529 mouse.putMouseEvent(int(mdict['x']), int(mdict['y']), int(mdict['z']), int(mdict['w']), int(mdict['b']))
3278 'guest':['Execute command for guest: guest Win32 \'console.mouse.putMouseEvent(20, 20, 0, 0, 0)\'', guestCmd, 0],

Completed in 54 milliseconds