DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
video_resolution_t Struct Reference

#include <menu.h>

Collaboration diagram for video_resolution_t:

Data Fields

int conheight
int conwidth
int height
double pixelheight
 pixel aspect
const char * type
int width

Detailed Description

Definition at line 93 of file menu.h.

Field Documentation

◆ conheight

int video_resolution_t::conheight

Definition at line 97 of file menu.h.

◆ conwidth

int video_resolution_t::conwidth

Definition at line 97 of file menu.h.

◆ height

int video_resolution_t::height

Definition at line 96 of file menu.h.

Referenced by M_Video_Draw().

◆ pixelheight

double video_resolution_t::pixelheight

pixel aspect

Definition at line 98 of file menu.h.

Referenced by M_Video_Draw().

◆ type

const char* video_resolution_t::type

Definition at line 95 of file menu.h.

◆ width

int video_resolution_t::width

Definition at line 96 of file menu.h.

Referenced by M_Video_Draw().


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