Move cursor relative to current position.
Source position: graphh.inc line 772
| procedure MoveRel( | 
| Dx: SmallInt; | 
| Dy: SmallInt | 
| ); | 
MoveRel moves the pointer to the point (DX,DY), relative to the current pointer position
None.
| 
 | Move cursor to absolute position. |