SDL Visual Test
|
#include <SDL_visualtest_rwhelper.h>
Data Fields | |
char | buffer [RWOPS_BUFFER_LEN] |
int | buffer_pos |
int | buffer_width |
Struct that is used as a buffer by the RW helper functions. Should be initialized by calling SDLVisualTest_RWHelperResetBuffer() before being used.
char buffer[RWOPS_BUFFER_LEN] |
Character buffer that data is read into
int buffer_pos |
buffer[buffer_pos] is the next character to be read from the buffer
int buffer_width |
Number of character read into the buffer