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
function move(x: Number(gint), y: Number(gint)): void { // Gjs wrapper for grx_cursor_move() }
Move the cursor to a new position.
the new x coordinate
the new y coordinate