Re: mouse motion events after pointer reached screen border

2005-07-01 Thread Luca Cappa
Hello David, I think you could make the mouse pointer cursor invisible and when you detect a mouse movement (after you started somehow the "pan" process), just put the mouse in the original position: in this way you could move the mouse as long as you wish. Using XLib in Linux, the code to s

mouse motion events after pointer reached screen border

2005-06-10 Thread David Siegel
Hi, I want to pan a bitmap in a drawing area. But I don't want the maximum pan distance to be limited by the screen size. Is there any way to make GTK emit mouse motion events after the pointer reached the screen border? Thanks for your help, d ___