Searched refs:pMouseWindow (Results 1 – 1 of 1) sorted by relevance
1488 Window *pMouseWindow = NULL; in ImplHandleWheelEvent() local1496 if( !pMouseWindow ) in ImplHandleWheelEvent()1497 pMouseWindow = pWindow->ImplFindWindow( aMousePos ); in ImplHandleWheelEvent()1501 pMouseWindow = pMouseWindow->ImplFindWindow( in ImplHandleWheelEvent()1502 pMouseWindow->OutputToScreenPixel( in ImplHandleWheelEvent()1503 pMouseWindow->AbsoluteScreenToOutputPixel( in ImplHandleWheelEvent()1509 if ( pMouseWindow && in ImplHandleWheelEvent()1510 … pMouseWindow->IsEnabled() && pMouseWindow->IsInputEnabled() && ! pMouseWindow->IsInModalMode() ) in ImplHandleWheelEvent()1513 Point aRelMousePos( pMouseWindow->OutputToScreenPixel( in ImplHandleWheelEvent()1514 pMouseWindow->AbsoluteScreenToOutputPixel( in ImplHandleWheelEvent()[all …]
Completed in 27 milliseconds