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

Identifies the graphics/windowing backend in use. More...

#include <Window.h>

Public Attributes

int32_t x
 
int32_t y
 

Detailed Description

Identifies the graphics/windowing backend in use.

Window backend IDs use the following convention:

  • Negative values indicate no Window backend is available (e.g. the Window is not initialized).
  • Zero indicates no Window backend is in use.
  • Positive values are backend IDs defined by the concrete Window subclass.

Integer pixel coordinates.

Member Data Documentation

◆ x

int32_t Ship::Coords::x

◆ y

int32_t Ship::Coords::y

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