[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

CWait

Append copper wait instruction to user copper list.

Declaration

Source position: agraphics.pas line 2117

procedure CWait(

  CopList: PUCopList;

  V: SmallInt;

  H: SmallInt

);

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

CINIT

  

Initialize user copperlist to accept intermediate user copper instructions.

CMOVE

  

Append copper move instruction to user copper list.

CEND

  

Terminate user copper list.


Documentation generated on: 2017-01-10