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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1208 const VRDEINPUTPOINT *pInputPoint = (VRDEINPUTPOINT *)pvInput; local
1213 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)
1238 pConsole->i_getMouse()->PutMouseEventAbsolute(pInputPoint->x + 1, pInputPoint->y + 1, iWheel,
1242 pConsole->i_getMouse()->PutMouseEvent(pInputPoint->x - server->m_mousex,
1243 pInputPoint
[all...]

Completed in 54 milliseconds