> 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-x.md).

# change\_x x

## Description

Change\_x moves the draw cursor, keeping the y position the same but offsetting the x position by the value you pass it

## Parameters

Change\_x takes a number as the x offset value

## Usage

```javascript
goto 0 0

change_x 100

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