OpenTTD Source
20241108-master-g80f628063a
|
Data structure for viewport, display of a part of the world. More...
#include <viewport_type.h>
Data Fields | |
int | left |
Screen coordinate left edge of the viewport. | |
int | top |
Screen coordinate top edge of the viewport. | |
int | width |
Screen width of the viewport. | |
int | height |
Screen height of the viewport. | |
int | virtual_left |
Virtual left coordinate. | |
int | virtual_top |
Virtual top coordinate. | |
int | virtual_width |
width << zoom | |
int | virtual_height |
height << zoom | |
ZoomLevel | zoom |
The zoom level of the viewport. | |
std::shared_ptr< LinkGraphOverlay > | overlay |
Data structure for viewport, display of a part of the world.
Definition at line 22 of file viewport_type.h.