Adds an mvp for windows joystick support - completely untested, but should serve as a solid basis.
When in use, the main things that need to be tested is the use of bitwise operations for the joystick mask. This sort of dodges the way they use macros, but should work for our use case.
There may be a (likely) case where we want to use the same clock for the sequencer and the joystick, so a small refactor or additional code would need to be added for handling time outside the library. Added a note in the tracking issue.
Additional Tasks in #7 will be completed at a later date.
Adds an mvp for windows joystick support - completely untested, but should serve as a solid basis.
When in use, the main things that need to be tested is the use of bitwise operations for the joystick mask. This sort of dodges the way they use macros, but should work for our use case.
There may be a (likely) case where we want to use the same clock for the sequencer and the joystick, so a small refactor or additional code would need to be added for handling time outside the library. Added a note in the tracking issue.
Additional Tasks in #7 will be completed at a later date.