Neocore
Loading...
Searching...
No Matches
Position Struct Reference

2D position coordinates More...

#include <neocore.h>

Data Fields

short x
 
short y
 

Detailed Description

2D position coordinates

Simple coordinate pair using signed 16-bit values for Neo Geo display positioning

Definition at line 43 of file neocore.h.

Field Documentation

◆ x

x

Horizontal coordinate in pixels (signed, can be negative for off-screen positioning)

Definition at line 43 of file neocore.h.

◆ y

y

Vertical coordinate in pixels (signed, can be negative for off-screen positioning)

Note
Coordinates are in pixels, origin at top-left of Neo Geo display (320x224)
Since
1.0.0

Definition at line 43 of file neocore.h.


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