On 30.10.2008, at 09:44, Albrecht Schlosser wrote:

> MacArthur, Ian (SELEX GALILEO, UK) wrote:
>
>> Not clear what the USE_TRACK_MOUSE stuff is actually meant to do,  
>> since
>> the mingw build (that does not use it) seems to function just fine...
>> Maybe someone else knows?
>
> If activated, it requests from Windows to send a WM_MOUSELEAVE message
> to the window, when the mouse leaves the window. When FLTK gets the
> WM_MOUSELEAVE message, it sends an FL_LEAVE event to the window.

It sends a message when it leaves the window declared by hWnd in that  
call. Maybe hWnd is wrong, so we immediatly get the leave event since  
we were not in the given window to begin with. This of course is only  
a wild uess because I am currently Mac-only and can't test the MS  
Windows version.

----
http://robowerk.com/


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to