summaryrefslogtreecommitdiffhomepage
path: root/KeyboardController.cpp
AgeCommit message (Collapse)Author
2022-04-26Fixed compilation under CMake generated makefiles with EmscriptenHEADmasterAki
There is an issue with cmath vs math.h guards that caused some problems. Additionally, I had to tweak guards in alltypes.h and __stddef_max_align_t.h in emscripten sysroot/clang.
2022-04-21Changed to const as MSVC does not define constexpr sinAki
2022-04-18Fixed not switching direction back when holding keyAki
2022-04-18Added controller for player characterAki