Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-22 | Change function signature | ||
2023-05-22 | Add logs | ||
2023-05-22 | Add handlers to mouse and keyboard events | ||
2023-05-17 | Replace printf with logs | ||
2023-05-17 | Add events to exit from application and to close | ||
the window | |||
2023-05-17 | Add graphics support | ||
2023-05-17 | Add cherry_window_set_listener() function | ||
With this function, a CherryWindow can listen events. At the moment, just this listener is available. | |||
2023-05-17 | Add application.c and application.h | ||