Home |
RTKernel-32 Programming Manual Function WSetScreenSize |
Function WSetScreenSizeWSetScreenSize defines the size of the physical screen: void WSetScreenSize(int Cols, int Rows); ParametersColsThe number of physical screen columns. RowsThe number of physical screen columns. RTTextIO assumes the screen to have 80 columns and 25 rows. Calling this function is only required for other screen sizes. Up to 132 columns and 75 rows are supported. Note that WSetScreenSize does not change the screen resolution; it merely informs module RTTextIO of the current screen geometry.
|