MicrOS
micros_console_position Struct Reference

Structure representing cursor position in the console. More...

#include <micros_console.h>

Public Attributes

uint16_t x
 X (horizontal) part. More...
 
uint16_t y
 Y (vertical) part. More...
 

Detailed Description

Structure representing cursor position in the console.

Member Data Documentation

◆ x

uint16_t micros_console_position::x

X (horizontal) part.

◆ y

uint16_t micros_console_position::y

Y (vertical) part.


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