1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/OSBindings/SDL
Thomas Harte bee0d09877 Splits display update and draw functions.
On the Mac, draw is now called without an update for resizing events, and
anything else requested by AppKit. In all other cases — including from
the SDL version — both are called as if they were still a single function.
2019-03-02 19:33:28 -05:00
..
.gitignore Add a .gitignore file to ignore the built clksignal binary 2017-11-24 12:12:48 -06:00
main.cpp Splits display update and draw functions. 2019-03-02 19:33:28 -05:00
SConstruct Adds a missing directory. 2019-01-25 20:26:20 -05:00