3/16/2021
Since the last update, I have implemented a sensitivity adjustment module to both my code and my Windows Form application. In order to accomplish this, I had to reimplement the way I had dealt with smoothing using a class so I could more easily adjust the bin size and thus, adjust the sensitivity of the tracking. The tracking sensitivity is directly linked to the size of the bin (how sensitive the average position is to a new data point).
I also added a slider to the Windows Form so the user would be able to adjust how sensitive the tracking is on the fly. I want to work on clicking next and allow the user to set a button to click with as well as a way for them to save their settings.