> > No, but I've posted a worked example in this list several times, so a > > quick search would probably get you up and running. > Oh dear, I wrote a wonderful controller once that would make it very > easy to roll through streams of video. It relied on hiding and then > moving the mouse pointer and replaced a scroll bar in some software. > I got about 40 very unfriendly phone calls that day from enraged > tablet users... .
Please give the link for your post. When i get the mouse position by GetCursorPos and change them in client coordinates by following POINT pt; GetCursorPos(&pt); ScreenToClient(GetActiveWindow(),&pt); Then i dont get the correct coordinates. I have tried by adding this->x() and this->y() in pt. But no solution. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

