Skip to content

Touchpad mode cursor sensitivity issues #39

@diogoviannaaraujo

Description

@diogoviannaaraujo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions