mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 15:25:44 +00:00
fix: cursor DPI normalization for Windows/Linux scaled displays
On non-macOS platforms, platform APIs (iohook, GetWindowRect, xwininfo) return physical pixel coordinates while Electron returns DIP coordinates. Apply scaleFactor correction so cursor normalization uses a consistent coordinate space. Fixes ~30-40px cursor offset on Windows 11 and Linux Mint when display scaling is >100%. Also fixes winget-releaser workflow (use v2 tag instead of invalid @latest).
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal9/winget-releaser@latest
|
||||
- uses: vedantmgoyal9/winget-releaser@v2
|
||||
with:
|
||||
identifier: Webadderall.Recordly
|
||||
installers-regex: 'windows\-x64\.exe'
|
||||
|
||||
Reference in New Issue
Block a user