ScummVM API documentation
WindowedGraphicsManager::DisplayArea Struct Reference

#include <windowed.h>

Public Attributes

Common::Rect drawRect
 
int width
 
int height
 

Detailed Description

Data about the display area of a virtual screen.

Member Data Documentation

◆ drawRect

Common::Rect WindowedGraphicsManager::DisplayArea::drawRect

The scaled area where the virtual screen is drawn within the window.

◆ width

int WindowedGraphicsManager::DisplayArea::width

The width of the virtual screen's unscaled coordinate space.

◆ height

int WindowedGraphicsManager::DisplayArea::height

The height of the virtual screen's unscaled coordinate space.


The documentation for this struct was generated from the following file: