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