Wait for the blitter to be finished before proceeding with anything else.
Source position: agraphics.pas line 2406
procedure WaitBlit; |
WaitBlit returns when the blitter is idle. This function should normally only be used when dealing with the blitter in a synchronous manner, such as when using OwnBlitter() and DisownBlitter(). WaitBlit() does not wait for all blits queued up using QBlit() or QBSBlit(). You should call WaitBlit() if you are just about to modify or free some memory that the blitter may be using.
This function is unimplemented.
|
get the blitter for private usage |
|
|
Returns blitter to free state. |