summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Collapse)Author
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-27Add ClangFormat configurationcflip
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>