Searched refs:aWinPt (Results 1 – 1 of 1) sorted by relevance
3528 POINT aWinPt; in ImplHandleWheelMsg() local3529 aWinPt.x = (short)LOWORD( lParam ); in ImplHandleWheelMsg()3530 aWinPt.y = (short)HIWORD( lParam ); in ImplHandleWheelMsg()3531 ScreenToClient( hWnd, &aWinPt ); in ImplHandleWheelMsg()3535 aWheelEvt.mnX = aWinPt.x; in ImplHandleWheelMsg()3536 aWheelEvt.mnY = aWinPt.y; in ImplHandleWheelMsg()