This would greatly increase compatibility with newer mice and input devices, and people would not complain that “roblox just lags on my laptop i need to get a new one”
I was wondering why my camera was failing to function in shift-lock. I thought I had a skill issue or virus or something. Roblox is actually abhorrent on 8KHZ.
I actually recently discovered that 2000Hz is only feasible if you have a very high frame rate. This also goes for 1000Hz, which practically everything uses by default. I switched my mouse to 500Hz, and all my frame time “performance” issues went away. They were just a lot less common at 1000Hz.
Roblox - a modern game engine in 2024 - has half-baked support for 1000Hz polling rate! Incredible!! This also confirms the initial post the Sharksie made.
I dont understand why this still isnt supported properly, i have to avoid using a higher pollingrate on my mouse because this is not supported.
My mouse supports up to 8000 Hz pollingrate and if i enable it i will no longer able to turn my screen as it makes all my mouse movement lag behind on the camera for multiple seconds.
The framerate issue with polling also causes programmatical issues. The mouse delta gets all sorts of messed up when reading it at more than 60+ frames. I literally have to retroactively read the mouse delta and reapply it to the camera step just to get the correct values.
I’m convinced that the Roblox engine was designed to just assume having 60 or less frames. That’s why things like VR and higher framerate settings took so long to get added.