Searched refs:aTempMsg (Results 1 – 2 of 2) sorted by relevance
2407 QMSG aTempMsg; in ImplHandleMouseMsg() local2408 if ( WinPeekMsg( pSalData->mhAB, &aTempMsg, in ImplHandleMouseMsg()2412 if ( (aTempMsg.msg == WM_MOUSEMOVE) && in ImplHandleMouseMsg()2413 (aTempMsg.mp2 == nMP2) ) in ImplHandleMouseMsg()
3382 MSG aTempMsg; in ImplHandleMouseMsg() local3383 … if ( ImplPeekMessage( &aTempMsg, hWnd, WM_MOUSEFIRST, WM_MOUSELAST, PM_NOREMOVE | PM_NOYIELD ) ) in ImplHandleMouseMsg()3385 if ( (aTempMsg.message == WM_MOUSEMOVE) && in ImplHandleMouseMsg()3386 (aTempMsg.wParam == wParam) ) in ImplHandleMouseMsg()