fix(cursor): capture the physical Windows cursor across DPI changes

This commit is contained in:
fufesou
2026-09-12 03:26:52 +08:00
parent db7c48e1a7
commit 2a61a0955a
8 changed files with 546 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ inline = []
use_samplerate = ["samplerate"]
use_rubato = ["rubato"]
use_dasp = ["dasp"]
flutter = ["flutter_rust_bridge"]
flutter = ["flutter_rust_bridge", "scrap/cursor"]
default = ["use_dasp"]
hwcodec = ["scrap/hwcodec"]
vram = ["scrap/vram"]