(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void CWait (ucl , v , h)

LOCATION
In GfxBase at offset 63

SYNOPSIS
struct UCopList * ucl
WORD v
WORD h

FUNCTION
Add a copper wait instruction to the given user copper list. The copper is told to wait for a vertical beam position v and a horizontal beam position h. If you are using CWAIT() a call to CWait() and CBump() will be made.

INPUTS
ucl
pointer to a UCopList structure
v
vertical beam position (relative to top of viewport)
h
horizontal beam position

RESULT

EXAMPLE

SEE ALSO
CINIT CMOVE CEND graphics/copper.h

NOTES

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

INTERNALS

HISTORY