Skip to content

Improve mouse movement performance#382

Merged
enaboapps merged 1 commit into
mainfrom
perf/mouse-move
Jul 8, 2026
Merged

Improve mouse movement performance#382
enaboapps merged 1 commit into
mainfrom
perf/mouse-move

Conversation

@enaboapps

Copy link
Copy Markdown
Contributor

Summary

  • optimize the continuous mouse movement path with relative SendInput movement and damping
  • cache display and cursor overlay settings during high-frequency input
  • throttle LastSeenAt persistence and move Bluetooth command handling off the WPF dispatcher

Fixes #381.

Validation

  • dotnet restore src/SwitchifyPc.sln
  • dotnet build src/SwitchifyPc.sln -c Release --no-restore
  • dotnet test src/SwitchifyPc.sln -c Release --no-build
  • manual dev build launch and Android movement feel check

@enaboapps enaboapps merged commit 1d58b35 into main Jul 8, 2026
1 check passed
@enaboapps enaboapps deleted the perf/mouse-move branch July 8, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve mouse movement performance

2 participants