Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

CWait

Append copper wait instruction to user copper list.

Declaration

Source position: agraphics.pas line 2295

procedure CWait(

  copList: pUCopList;

  v: LongInt;

  h: LongInt

);

Arguments

copList

  

A pointer to UCopList structure

v

  

vertical beam position (relative to top of viewport)

h

  

horizontal beam position

Description

Add instruction to wait for vertical beam position v and horizontal position h to this intermediate copper list.

Errors

It's illegal to wait for horizontal values greater than 222 decimal!

See also

CMOVE

  

Append copper move instruction to user copper list.


Documentation generated on: 2021-07-30