-
Notifications
You must be signed in to change notification settings - Fork 0
Window Functions
Merijn Hendriks edited this page Mar 22, 2019
·
9 revisions
void automataWindowInit();Description here.
void automataWindowCreate(unsigned int width, unsigned int height, const char *title);Description here.
void automataWindowClose();Description here.
void automataWindowTerminate();Description here.
int automataWindowIsAlive();Description here.
void automataWindowUpdate();Description here.
void automataWindowSwapBuffers();Description here.
unsigned int automataWindowGetWidth();Description here.
unsigned int automataWindowGetHeight();Description here.
AutomataWindowMode automataWindowGetMode();Description here.
void automataWindowSetTitle(const char *title);Description here.
void automataWindowSetSize(unsigned int width, unsigned int height);Description here.
void automataWindowSetMode(AutomataWindowMode mode);Description here.
GLFWwindow *automataWindowGetWindow();Description here.
void automataWindowSetIcon(int width, int height, unsigned char *pixels);Description here.
void automataWindowRemoveIcon()Description here.