> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/graphics-osl-window/rendering/draw-cursor/change-x-y.md).

# change x y

## Description

Change moves the draw cursor, offsetting both the x and the y value based on the parameters you pass it

## Parameters

Change takes two numbers for the x and y offsets

## Usage

```javascript
goto 0 0

change 100 -100

// now the draw cursor is at 100,-100
```
