aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-282-3/+19
|
* Initial working Windows playsoundNicholas Tay2022-04-285-0/+50