libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Ship::WindowRect Struct Reference

Screen-space rectangle in integer pixels. More...

#include <Window.h>

Public Attributes

int32_t Left
 
int32_t Top
 
int32_t Right
 
int32_t Bottom
 

Detailed Description

Screen-space rectangle in integer pixels.

Member Data Documentation

◆ Bottom

int32_t Ship::WindowRect::Bottom

◆ Left

int32_t Ship::WindowRect::Left

◆ Right

int32_t Ship::WindowRect::Right

◆ Top

int32_t Ship::WindowRect::Top

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