Searched defs:onMousePointerShapeChange (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py588 def onMousePointerShapeChange(self, fVisible, fAlpha, xHot, yHot, cx, cy, abShape): member in class:ConsoleEventHandlerBase
589 reporter.log2('onMousePointerShapeChange/%s' % (self.sName));
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp90 m_server->onMousePointerShapeChange(visible, alpha, xHot, yHot, width, height, ComSafeArrayAsInParam(shape));
358 void ConsoleVRDPServer::onMousePointerShapeChange(BOOL visible, function in class:ConsoleVRDPServer
1815 onMousePointerShapeChange(visible, alpha, hotX, hotY, width, height, ComSafeArrayAsInParam(shape));

Completed in 290 milliseconds