Set Relative Cursor Position

\i C k word::x_inc word::y_inc

Parameter Type Range Description
x_inc signed word minus display width - 1 ... display width - 1 amount to increment or decrement the horizontal cursor position
y_inc signed word minus display height - 1 ... display height - 1 amount to increment or decrement the vertical cursor position

Moves the cursor relative to the current position by the values x_inc and y_inc.

Note

Response: [ACK]

Example

\iCk\D-10\D20

Moves the cursor 10 pixel to the left and 20 pixel down.

See also:

Set Cursor Position
Get Cursor Position
Set Column Address
Set Row Address
Get Cursor Position
Set/Clear Pixel
Display Local Graphic
Load Animated Graphics
Create/Define Touch Field
Draw Dot
Draw Line
Draw Rectangle
Draw Circle
Draw Styled Circle
Draw Ellipse
Write Text
Save Cursor & Attributes to Memory
Define Viewport
Erase Display Area
Write Scan Line