Searched refs:aSalMouseEvent (Results 1 – 1 of 1) sorted by relevance
2383 SalMouseEvent aSalMouseEvent; in ImplWindowFrameProc() local2385 aSalMouseEvent.mnTime = Time::GetSystemTicks(); in ImplWindowFrameProc()2386 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()2387 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()2388 aSalMouseEvent.mnButton = 0; in ImplWindowFrameProc()2389 aSalMouseEvent.mnCode = pMouseEvt->GetButtons() | pMouseEvt->GetModifier(); in ImplWindowFrameProc()2391 nRet = ImplHandleSalMouseMove( pWindow, &aSalMouseEvent ); in ImplWindowFrameProc()2403 SalMouseEvent aSalMouseEvent; in ImplWindowFrameProc() local2405 aSalMouseEvent.mnTime = Time::GetSystemTicks(); in ImplWindowFrameProc()2406 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()[all …]