Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3534 POINT aWinPt; in ImplHandleWheelMsg() local
3535 aWinPt.x = (short)LOWORD( lParam ); in ImplHandleWheelMsg()
3536 aWinPt.y = (short)HIWORD( lParam ); in ImplHandleWheelMsg()
3537 ScreenToClient( hWnd, &aWinPt ); in ImplHandleWheelMsg()
3541 aWheelEvt.mnX = aWinPt.x; in ImplHandleWheelMsg()
3542 aWheelEvt.mnY = aWinPt.y; in ImplHandleWheelMsg()

Completed in 117 milliseconds