|
libc8
CHIP-8 utility library
|
Functions | |
| uint8_t * | c8_get_pixel (C8_Display *display, int x, int y) |
Get the value of (x,y) from display | |
Backend-agnostic graphics-related functions
| uint8_t * c8_get_pixel | ( | C8_Display * | display, |
| int | x, | ||
| int | y | ||
| ) |
Get the value of (x,y) from display
| display | C8_Display to get pixel from |
| x | the x value |
| y | the y value |
display