> If I understainded this, you would like to check events 'outside' your
> window ?
>
> Fltk can't handle events outside it's own main window out
> of the box due many reasons; one of them are portability and different
> view of graphic context representation (X11 and win32 as examples).
>

In the example, I set Fl::grab() to my sub window.
Isn't that supposed to get events outside the main window?

>From the doc on grab:

"This is used when pop-up menu systems are active. Send all events to the 
passed window no matter where the pointer or focus is (including in other 
programs). "
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to