Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-07 | Split out platform-specific code for Windows | Nicholas Tay | 1 | -81/+22 | |
Not sure if I'm really doing it in the best way possible. Feels a bit weird that some place assumes the existence of other functions. | |||||
2022-05-07 | Windows low-level hook working | Nicholas Tay | 1 | -5/+85 | |
Had to do some stuff with the previous VK tracking, just like what I had to do in C# with Meccha, since it keeps firing events. GetMessage part also just blocks to ensure we keep receiving Windows events, but not sure what to do otherwise. | |||||
2022-05-07 | Dynamically take in board name | Nicholas Tay | 1 | -7/+23 | |
2022-04-28 | Split out sound logic (for xplatform) | Nicholas Tay | 1 | -5/+17 | |
2022-04-28 | Iterate boards in C | Nicholas Tay | 1 | -2/+16 | |