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. | |
std::vector< Dimension > | _resolutions |
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.