Don't apply mouse sensitivity to InputProcess
Moderator: GZDoom Developers
Don't apply mouse sensitivity to InputProcess
The reason for this is that e.MouseX and e.MouseY begin to get really screwy once sensitivity drops below < 1.0 thanks to both mouse values being integers. I suppose turning them into floats/doubles would fix the issue too, but I assume that's a much more convoluted change.