Page 1 of 1
mouse over window
Posted: Wed Jan 09, 2008 21:31
by E.Kiver
Is there any fast method to get is there mouse cursor under window?
Posted: Wed Jan 09, 2008 22:13
by scriptkid
System::getWindowContainingMouse() will return the window which currently has the mouse over it, or NULL if no such window.
HTH.
Posted: Thu Jan 10, 2008 08:51
by E.Kiver
Thanks a LOT! Its exactly what I need now.