Sista v3.0.0-alpha.1
Sista is a C++ lightweight OS-agnostic library for terminal animations and videogames
Loading...
Searching...
No Matches
Public Attributes | List of all members
sista_Coordinates Struct Reference

Represents a pair of coordinates (y, x). More...

#include <api.h>

Collaboration diagram for sista_Coordinates:
Collaboration graph

Public Attributes

unsigned short y
 
unsigned short x
 

Detailed Description

Represents a pair of coordinates (y, x).

This struct is used to define a pair of coordinates in a 2D space, typically representing a position in a grid or matrix. The y coordinate corresponds to the row, and the x coordinate corresponds to the column.

See also
sista::Coordinates

Member Data Documentation

◆ x

unsigned short sista_Coordinates::x

y coordinate

◆ y

unsigned short sista_Coordinates::y

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