|
PatchworkOS
|
Represents a position on the screen in character coordinates. More...
#include <log_screen.h>
Data Fields | |
| uint64_t | x |
| uint64_t | y |
Represents a position on the screen in character coordinates.
Definition at line 37 of file log_screen.h.
| uint64_t log_screen_pos_t::x |
Definition at line 39 of file log_screen.h.
Referenced by log_screen_advance_cursor(), log_screen_flush(), log_screen_invalidate(), and log_screen_put().
| uint64_t log_screen_pos_t::y |
Definition at line 40 of file log_screen.h.
Referenced by log_screen_advance_cursor(), log_screen_flush(), log_screen_invalidate(), log_screen_put(), and log_screen_scroll().