Searched refs:screenMouseLocation (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp259 Point screenMouseLocation = cEvent.GetParameter<Point>(kEventParamMouseLocation) ; local
271 wxevent.m_x = screenMouseLocation.h;
272 wxevent.m_y = screenMouseLocation.v;
485 Point screenMouseLocation = cEvent.GetParameter<Point>(kEventParamMouseLocation) ; local
486 Point windowMouseLocation = screenMouseLocation ;
489 short windowPart = ::FindWindow(screenMouseLocation, &window);
593 ::MenuSelect( screenMouseLocation ) ;
H A Dapp.cpp682 Point screenMouseLocation = cEvent.GetParameter<Point>(kEventParamMouseLocation) ; local
683 ::FindWindow(screenMouseLocation, &window);

Completed in 163 milliseconds