working monitor and output

This commit is contained in:
2025-09-21 01:30:19 +02:00
parent ba2ccd3611
commit e59547538f
7 changed files with 98 additions and 64 deletions
+3 -3
View File
@@ -11,14 +11,14 @@ Window *window_init(char *title, unsigned char monitor_index, bool windowed,
void window_update_title(Window *window, char *title);
void window_use(Window *window);
double window_get_time();
void window_use(Window *window, Context *context);
void window_refresh(Window *window);
void window_events();
void window_get_context(Window *window, Context *context, bool with_time);
void window_close(Window *window, bool hard);
bool window_should_close(Window *window);