Table of Contents | ||
|
||
GetScreenHeight | ||
Purpose Returns the screen's height in pixels |
||
Protoype int CVideo::GetScreenHeight () |
||
Description This function finds the current height of the primary surface in pixels |
||
Use CVideo video; int i_height = video.GetScreenHeight(); |
||
|
||
|