| 483 | } |
| 484 | |
| 485 | void cWindow::SetScreenSize( const cDimension& pDimension ) { |
| 486 | |
| 487 | mScreenSize = pDimension; |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * Set the window size / resolution using the aspect ratio of the original resolution |
no outgoing calls
no test coverage detected