| Table of Contents | ||
|
|
||
| Flip | ||
|
Purpose Page flips the primary surface |
||
|
Protoype void CVideo::Flip () |
||
|
Description This function redraws the screen by either updating the surface or flipping the surfaces (if double-buffering is enabled). |
||
|
Use CVideo video; video.Flip(); |
||
|
|
||
|