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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp822 * @param u32yPos Absolute Y position (in pixels) of the host cursor
827 int VBoxDnDWnd::OnHgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t uAction) argument
834 LogFlowThisFunc(("u32xPos=%RU32, u32yPos=%RU32, uAction=0x%x\n",
835 u32xPos, u32yPos, uAction));
837 rc = mouseMove(u32xPos, u32yPos, MOUSEEVENTF_LEFTDOWN);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp376 int hgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t action);
1087 int DragInstance::hgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t uAction) argument
1089 LogFlowThisFunc(("u32xPos=%RU32, u32yPos=%RU32, uAction=%RU32\n",
1090 u32xPos, u32yPos, uAction));
1100 mouseCursorMove(u32xPos, u32yPos);
1193 wndCursor, u32xPos, u32yPos));
1209 m.data.l[2] = RT_MAKE_U32(u32yPos, u32xPos);

Completed in 51 milliseconds