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.
loaded_image_crop Struct Reference

Public Attributes

loaded_image_timage
 
int x
 
int y
 
int c_x
 
int c_y
 
int c_w
 
int c_h
 

Member Data Documentation

◆ c_h

int loaded_image_crop::c_h

◆ c_w

int loaded_image_crop::c_w

◆ c_x

int loaded_image_crop::c_x

◆ c_y

int loaded_image_crop::c_y

◆ image

loaded_image_t* loaded_image_crop::image

◆ x

int loaded_image_crop::x

◆ y

int loaded_image_crop::y

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