OpenTTD
|
Base of all video drivers. More...
Go to the source code of this file.
Data Structures | |
class | VideoDriver |
The base of all video drivers. More... |
Variables | |
char * | _ini_videodriver |
The video driver a stored in the configuration file. | |
int | _num_resolutions |
The number of resolutions. | |
Dimension | _resolutions [32] |
List of resolutions. | |
Dimension | _cur_resolution |
The current resolution. | |
bool | _rightclick_emulate |
Whether right clicking is emulated. |
Base of all video drivers.
Definition in file video_driver.hpp.