PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
screen_pos_t Struct Reference

Represents a position on the screen in character coordinates. More...

#include <screen.h>

Collaboration diagram for screen_pos_t:

Data Fields

uint8_t x
 
uint8_t y
 

Detailed Description

Represents a position on the screen in character coordinates.

Definition at line 38 of file screen.h.

Field Documentation

◆ x

uint8_t screen_pos_t::x

Definition at line 40 of file screen.h.

◆ y

uint8_t screen_pos_t::y

Definition at line 41 of file screen.h.


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