refactor: state read event struct

This commit is contained in:
2025-11-14 09:23:25 +01:00
parent c229b9bc68
commit 7739ac8254
6 changed files with 65 additions and 32 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ bool window_should_close(Window *window);
bool window_escape_key(int key, int action);
bool window_char_key(int key, int action, const int char_code);
unsigned int window_read_key(int key, int action, int mods);
#endif /* WINDOW_H */