Grx.Cursor.prototype.move

function move(x: Number(gint), y: Number(gint)): void {
    // Gjs wrapper for grx_cursor_move()
}
  

Move the cursor to a new position.

x

the new x coordinate

y

the new y coordinate