CTWM
Loading...
Searching...
No Matches
RArea Struct Reference

A particular extent of space. More...

#include <r_structs.h>

Data Fields

int x
 X position.
int y
 Y position.
int width
 X dimension.
int height
 Y dimension.

Detailed Description

A particular extent of space.

This defines an area on the abstract display. It commonly represents a monitor when defining our screen layout, and is also used to represent a window when we're manipulating it on our screen space.

Definition at line 16 of file r_structs.h.

Field Documentation

◆ height

◆ width

◆ x

◆ y


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