Graphics and Video is a data source that gets information about the current display.
| Name | Explanation | Type |
|---|---|---|
| Game Resolution - Width | The rendering resolution's width. | Number |
| Game Resolution - Height | The rendering resolution's height. | Number |
| Game Viewport Resolution - Width | The viewport's resolution width. | Number |
| Game Viewport Resolution - Height | The viewport's resolution height. | Number |
| Game Viewport Resolution - X | The viewport's x coordinate. | Number |
| Game Viewport Resolution - Y | The viewport's y coordinate. | Number |
| Active Screen Resolution - Width | The screen's resolution width. | Number |
| Active Screen Resolution - Height | The screen's resolution height. | Number |
| Name | Explanation | Type |
|---|---|---|
| Is Fullscreen | Whether or not the graphics are in fullscreen. | Toggle |
| Is Viewport Resolution Enabled | Whether or not the graphics are using a viewport resolution. | Toggle |