aboutsummaryrefslogtreecommitdiff
path: root/clak.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out platform-specific code for WindowsNicholas Tay2022-05-071-72/+14
| | | | | 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.
* Windows low-level hook workingNicholas Tay2022-05-071-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.
* Dynamically take in board nameNicholas Tay2022-05-071-7/+23
|
* Split out sound logic (for xplatform)Nicholas Tay2022-04-281-5/+17
|
* Iterate boards in CNicholas Tay2022-04-281-2/+16
|
* Initial working Windows playsoundNicholas Tay2022-04-281-0/+17