Append copper wait instruction to user copper list.
Source position: agraphics.pas line 2295
procedure CWait( |
copList: pUCopList; |
v: LongInt; |
h: LongInt |
); |
copList |
|
A pointer to UCopList structure |
v |
|
vertical beam position (relative to top of viewport) |
h |
|
horizontal beam position |
Add instruction to wait for vertical beam position v and horizontal position h to this intermediate copper list.
It's illegal to wait for horizontal values greater than 222 decimal!
|
Append copper move instruction to user copper list. |