Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-26 | Fix SDL include path in window.cpp | cflip | |
2022-03-21 | Add support for keyboard events in the Window | cflip | |
2022-03-21 | Minor improvements in Window class | cflip | |
* Ensure event callbacks are not null before calling them * Mark shouldClose() as const * Use nullptr instead of NULL | |||
2022-02-27 | Fix typo in window.cpp | cflip | |
2022-02-27 | Miscellaneous code cleanup | cflip | |
2022-01-29 | refactor: adjust the project infra. (#1) | Jun Zhang | |
* refactor: adjust the project infra. This patch adds cmake build system to the project, and adjust infrastructure stuff. Signed-off-by: Jun Zhang <jun@junz.org> * fix: remove compiler flags that only exist in GCC. Signed-off-by: Jun Zhang <jun@junz.org> |