| 1762 | } |
| 1763 | |
| 1764 | bool ChangeResInGame(int width, int height) |
| 1765 | { |
| 1766 | return (_screen.width == width && _screen.height == height) || VideoDriver::GetInstance()->ChangeResolution(width, height); |
| 1767 | } |
| 1768 | |
| 1769 | bool ToggleFullScreen(bool fs) |
| 1770 | { |
no test coverage detected