1 2 3 4 5 6
int xenv_init(const char *window_title); int xenv_update(int *is_down); int xenv_minimize(void); void xenv_finish(void);