游戏精英
 
- 贡献度
- 43
- 金元
- 41876
- 积分
- 4360
- 精华
- 0
- 注册时间
- 2006-2-26

|
前面看到mcjohn同学的解决方法
传送门
http://bbs.3dmgame.com/thread-1749473-1-2.html
没有 Axes这一栏,发现别的里面有,把有 Axes导出来改了一下,添加到自己手柄的注册表里,可以解决。
先导出自己手柄的注册表文件 选编辑
这是我的Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1345&PID_0003]
"OEMName"="USB Joystick"
"OEMData"=hex:03,00,08,10,0c,00,00,00
在这里面添加
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1345&PID_0003\Axes]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1345&PID_0003\Axes\0]
@="X axis"
"Attributes"=hex:01,81,00,00,01,00,30,00
"FFAttributes"=hex:0a,00,00,00,00,01,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1345&PID_0003\Axes\1]
@="Y axis"
"Attributes"=hex:01,81,00,00,01,00,31,00
"FFAttributes"=hex:0a,00,00,00,00,01,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1345&PID_0003\Axes\2]
@="Z axis"
"Attributes"=hex:01,81,00,00,01,00,35,00
"FFAttributes"=hex:0a,00,00,00,00,01,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1345&PID_0003\Axes\5]
@="Rz axis"
"Attributes"=hex:01,81,00,00,01,00,32,00
"FFAttributes"=hex:0a,00,00,00,00,01,00,00
有下划线的改的和自己VID一样
比如我的是VID_1345&PID_0003
或者你们导出我帮你们改 |
|