Files
wow/ddl/chm_output/CheckZoom.html
王鹏 33dc741fd9 add 硬件控制模块 (hardware_control.py) 并修复游戏状态扫描区域宽度
- 新增 wyhkm.dll 硬件盒子 COM 接口封装,支持键盘鼠标控制
- 修复 game_state_config.json 中 scan_region_width 过小导致截图越界的问题
- 添加鼠标路径录制器、硬件测试脚本等工具
- 更新多项配置默认值

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 12:15:00 +08:00

15 lines
1.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>打开设备时会创建进程的说明</title>
<link rel="stylesheet" type="text/css" href="css/mystyle.css">
</head>
<body>
<h1>打开设备时会创建进程的说明</h1>
<p>无涯键鼠盒子模块使用打开设备的函数时可能会创建进程进程名是CheckZoom*.exe这个进程用于获取DPI有关的信息。获取的DPI信息用于鼠标移动和获取鼠标坐标的函数其它函数不受影响。不是所有情况都会创建这个进程下面说明不创建进程的几种常见情况满足其中任意一条就不会创建进程<br />
  1.WIN10较新的版本。只有几个很老的WIN10版本会创建进程其他都不会。<br />
  2.WIN8.1以前的系统DPI当前上下文是系统感知的时候打开设备函数的参数中DPI模式使用系统DPI感知或每个显示器DPI感知WIN8.1及WIN8.1以后的系统DPI当前上下文是每个显示器DPI感知的时候打开设备函数的参数中DPI模式使用每个显示器DPI感知。<br />
  3.打开设备函数的参数中DPI模式使用&ldquo;DPI不可用&rdquo;时。如果要鼠标移动和获取鼠标坐标的函数能正常工作,这个模式是有限制的,具体可以看打开设备的函数说明。</p>
</body>
</html>