Open styromancy opened 6 days ago
Added a boolean debugCirclesEnabled in InputBlocker.h to assist in debugging issues with fret click placement. Enabling this will cause the input blocker to draw circles wherever the program is trying to click. Off by default.
debugCirclesEnabled
InputBlocker.h
Might be cool to filter this on the frontend via a debug mode button or something similar, could pop my obstruction pr in there too maybe? https://github.com/KevAquila/WEBFISHING-Guitar-Player/pull/29
Added a boolean
debugCirclesEnabled
inInputBlocker.h
to assist in debugging issues with fret click placement. Enabling this will cause the input blocker to draw circles wherever the program is trying to click. Off by default.