FreeRTOS Emulator with SDL2 Based Graphics and Input Library  1.0
A POSIX wrapper to run FreeRTOS on an x86 machine with some basic input and output libraries aimed at making teaching FreeRTOS simpler.
coord Struct Reference

Holds a pixel co-ordinate. More...

#include <gfx_draw.h>

Public Attributes

signed short x
 
signed short y
 

Detailed Description

Holds a pixel co-ordinate.

Member Data Documentation

◆ x

signed short coord::x

X axis coord

◆ y

signed short coord::y

Y axis coord


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