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

/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h1206 unsigned uButtons; member in struct:_VRDEINPUTPOINT
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1213 if (pInputPoint->uButtons & VRDE_INPUT_POINT_BUTTON1)
1217 if (pInputPoint->uButtons & VRDE_INPUT_POINT_BUTTON2)
1221 if (pInputPoint->uButtons & VRDE_INPUT_POINT_BUTTON3)
1225 if (pInputPoint->uButtons & VRDE_INPUT_POINT_WHEEL_UP)
1230 if (pInputPoint->uButtons & VRDE_INPUT_POINT_WHEEL_DOWN)
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp1281 point.uButtons = button;

Completed in 62 milliseconds