samstyle / Xpeccy

Multiplatform emulator of retro computers
MIT License
71 stars 13 forks source link

Kempston Mouse sensitivity support #134

Closed dotkoval closed 2 months ago

dotkoval commented 2 months ago

Due to the increased DPI of modern mice, I've found it useful to make mouse sensitivity configurable.

The sensitivity value can be adjusted in the UI (Options > Input > Kempston mouse > Sensitivity) or via profile configuration file:

[INPUT]
...
mouse.sensitivity = 1.000000

The scale ranges from 0.1 to 1.0 (with the default value of 1.0, which matches the original sensitivity in the emulator).