aboutsummaryrefslogtreecommitdiff
path: root/src/application.c
AgeCommit message (Collapse)Author
2023-05-22Add handlers to mouse and keyboard eventsAlessandro Iezzi
2023-05-17Replace printf with logsAlessandro Iezzi
2023-05-17Add events to exit from application and to closeAlessandro Iezzi
the window
2023-05-17Add graphics supportAlessandro Iezzi
2023-05-17Add cherry_window_set_listener() functionAlessandro Iezzi
With this function, a CherryWindow can listen events. At the moment, just this listener is available.
2023-05-17Add application.c and application.hAlessandro Iezzi