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
@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.
the cursor
the new x coordinate
the new y coordinate