On Fri, 2007-02-09 at 10:27 -0800, Jorge Andrade wrote: > Hi All. I want to ask something about gtk+ 2.6.4. Is there any > function to move mouse cursor position. As example, i want to move > cursor position to 0,0(up left corner of the screen). Is it possible > to do that?
The function gdk_display_warp_pointer probably does what you want. Note that such behaviour is usually -very- annoying... -- m > -- Mariano Suárez-Alvarez http://www.gnome.org/~mariano _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
