Docs » Autodocs » graphics.library » WaitBOVP
WaitBOVP -- Wait till vertical beam reached bottom of this viewport.
WaitBOVP( vp ) a0 void WaitBOVP( struct ViewPort * );
Returns when the vertical beam has reached the bottom of this viewport
vp - pointer to ViewPort structure
This function will return sometime after the beam gets beyond the bottom of the viewport. Depending on the multitasking load of the system, the actual beam position may be different than what would be expected in a lightly loaded system.
Horrors! This function currently busy waits waiting for the beam to get to the right place. It should use the copper interrupt to trigger and send signals like WaitTOF does.
WaitTOF(), VBeamPos()
|