Home
last modified time | relevance | path

Searched refs:aWinPt (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx3528 POINT aWinPt; in ImplHandleWheelMsg() local
3529 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()