> What are you trying to do with it? I'm curious what it is
> good for (in practice).

    I was wondering that myself.

    I'm envisioning that with a mouse in each hand
    and 2 separate cursors on the screen, one could do
    the equivalent of this job (LOL):
    
http://1.bp.blogspot.com/_uQHPGPrEyDA/SrBPQgCQQKI/AAAAAAAAAhA/M88UaWSNV2E/s400/Metropolis-clock.jpg

    I know a lot of applications make assumptions about mouse
    push/drag/release events via a /single/ 'dragging' state variable.

    So to have a simple clock program that, for example, allows adjusting
    of the separate hour/minute hands at the same time would involve
    some special *app-side* coding to keep track of the separate dragging
    states.

    If there are two mouse cursors, do they each have a little "L" and "R"
    so you can tell the left one from the right? Or maybe they're color-coded?
    Boggles my mind.. ;)
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to