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

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp106 static DECLCALLBACK(void) vncMouseEvent(int buttonMask, int x, int y, rfbClientPtr cl);
340 vncServer->ptrAddEvent = vncMouseEvent;
614 vncServer->ptrAddEvent = vncMouseEvent;
1270 void VNCServerImpl::vncMouseEvent(int buttonMask, int x, int y, rfbClientPtr cl) function in class:VNCServerImpl

Completed in 155 milliseconds