I've installed open parsec on a iPhone 15 plus and cursor stops moving at low finger speeds.
Looking at this part of the code:
CParsec.sendMouseDelta(Int32(Float(delta.x) / 60 * SettingsHandler.mouseSensitivity), Int32(Float(delta.y) / 60 * SettingsHandler.mouseSensitivity))
I wonder if some decimals are being lost in the data type changes and the division