summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Collapse)Author
2022-03-26Fix SDL include path in window.cppcflip
2022-03-21Add support for keyboard events in the Windowcflip
2022-03-21Minor improvements in Window classcflip
* Ensure event callbacks are not null before calling them * Mark shouldClose() as const * Use nullptr instead of NULL
2022-02-27Fix typo in window.cppcflip
2022-02-27Miscellaneous code cleanupcflip
2022-01-29refactor: 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>