作者RIFF (企业战士)
看板EzHotKey
标题Re: [AHK-] 请教 滑鼠加速
时间Sat Aug 16 16:39:31 2008
※ 引述《UndeadSion (UndeadSion)》之铭言:
: 如果滑鼠是用内建驱动程式的话,可以使用呼叫 Windows API 的方法
: 范例如下
: ; --------------------------------------------------------------------
: SetMouseAcceleration(MouseSpeed, MouseThreshold1, MouseThreshold2)
这个方法是'设定加速度' 非'设定速度'
MouseSpeed设成0 代表无加速度 速度守恒
MouseSpeed设成1 MouseThreshold1设成Level-1
代表 当速度超过Level-1时,会突然使速度增为两倍
MouseSpeed设成2 MouseThreshold1设成Level-1 MouseThreshold2设成Level-2
代表 当速度超过Level-1时,会突然使速度增为两倍
当速度超过Level-2时,会突然使速度增为四倍
我尝试过设成 2-4-6 或 1-1-0 或 1-0-0 或 2-1-1 或 2-0-0 ......等等
在某些尝试下:高速移动滑鼠时会感觉较快,但是在低速时,通常反而变慢。
这种 高速、慢速,速度两极化--目前还不是很适应,还在尝试设定中。
比较理想的状况是: 增加速度;但是不要有'突然增速'的现象。
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 219.91.83.112