Method GTK2.move_cursor_abs()


Method move_cursor_abs

void move_cursor_abs(GTK2.GdkWindow w, int dx, int dy)

Description

Move the mouse-cursor to x,y, relative to the upper left corner of the specified window. This will generate a normal motion event.

Note that this is a low-level X11 function, and thus only works when GDK uses X11.