Grx.Cursor.move

@accepts(Grx.Cursor, int, int)
@returns(none)
def move(self, x, y):
    # Python wrapper for grx_cursor_move()
  

Move the cursor to a new position.

self

the cursor

x

the new x coordinate

y

the new y coordinate