智能拖拽保护与工业级稳定性升级
This release brings major upgrades to core stability and user experience, introducing the Smart Drag Protection algorithm and Industrial-Grade 64-bit Kernel Timing.
本次更新引入了全新的 Smart Drag 智能拖拽保护算法,并升级为 工业级 64 位内核时钟。
🌟 Highlights / 核心亮点
🛡️ Smart Drag Protection (Smart Drag 智能拖拽保护)
- English: Introduces a Hybrid Heuristic algorithm that intelligently distinguishes between "clicks" and "drags". Say goodbye to accidental file drops while maintaining lightning-fast click response.
- 中文: 引入混合启发式算法,智能识别“点击”与“拖拽”操作。彻底告别拖拽文件时意外掉落的尴尬,同时保持极速的点击响应。
⏱️ Industrial-Grade Stability (工业级稳定性)
- English: Switched to
GetTickCount64kernel timing, completely fixing the classic "49.7-day system uptime" bug. MouseFix now runs continuously without interruption. - 中文: 全面采用
GetTickCount64内核计时,彻底修复了 Windows 系统运行 49.7 天后时间戳溢出导致软件失效的经典 Bug。
🚀 Changes / 变更日志
✨ New Features (新功能)
- Extreme Performance: Refactored
MouseEventhandling for cleaner architecture and even lower latency (<1ms). - 极致性能: 重构了鼠标事件处理逻辑,架构更清晰,输入延迟进一步降低(<1ms)。
🛠️ Fixes & Improvements (修复与优化)
- Removed Unstable QPC: Dropped
QueryPerformanceCounterin favor of more robust kernel tick counting. - Wheel Delta Fix: Refactored internal data structures to handle high-precision scroll wheels more reliably.
- Resource Cleanup: Fixed a potential resource leak where timers weren't properly killed on exit.
- 修复: 移除不稳定的 QPC 计时,优化滚轮精度处理,修复退出时的资源泄漏问题。
📥 Download / 下载
| File | Description |
|---|---|
| 📦 MouseFix-x64.exe | Recommended for modern Windows PCs (推荐) |
| 📦 MouseFix-x86.exe | For legacy 32-bit systems (32位系统) |