I disagree, having mouse acceleration turned off definitely is superior.Lucidity wrote:
If they're used to having it turned on in Windows then they'll have more problems if they turn it off for osu. Neither setting is superior. It's completely about what you're used to.
My reasons:
1. The erroneous calculation when mouse acceleration is turned on:
At a certain offset the cursor speed will be multiplied softwarematicly, making it skip pixels.
Also mouse acceleration is calculated over delta-x and delta-y separately. This would lead to much error to the directional vector.
2. While you would be able to predict what speed you have to move the mouse when taking account the offset,
you definitely would have problems when the required speed to follow a slider is near your mouse acceleration offset, making your cursor movements very unpredictable.
3. When it's turned off you will be able to store movements in all ranges to muscle memory because of the linearity.