|
Sista v3.0.0-beta.10
C++ lightweight OS-agnostic library for terminal animations and videogames
|
Represents a pair of coordinates (y, x). More...
#include <api.h>

Public Attributes | |
| unsigned short | y |
| unsigned short | x |
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.
| unsigned short sista_Coordinates::x |
y coordinate
| unsigned short sista_Coordinates::y |