ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
GRAPH_MODE Struct Reference

#include <graph.h>

Data Fields

int x
 
int y
 
int width
 
int height
 
int mode
 

Detailed Description

Definition at line 89 of file graph.h.

Field Documentation

◆ height

int GRAPH_MODE::height

Definition at line 91 of file graph.h.

Referenced by graph_set_screen().

◆ mode

int GRAPH_MODE::mode

Definition at line 92 of file graph.h.

◆ width

int GRAPH_MODE::width

Definition at line 91 of file graph.h.

Referenced by graph_set_screen().

◆ x

int GRAPH_MODE::x

Definition at line 90 of file graph.h.

Referenced by graph_set_screen().

◆ y

int GRAPH_MODE::y

Definition at line 90 of file graph.h.

Referenced by graph_set_screen().


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