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

CWait

Append copper wait instruction to user copper list.

Declaration

Source position: agraphics.pas line 2043

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