好像VDMSound可以模拟手柄,在它INI文件中,最后几行:
;
; Joystick Emulation
;
;--------------------------------------------------------------------------------------------------------
; This module emulates up to two analogue joysticks
;--------------------------------------------------------------------------------------------------------
[Joystick Controller]
CLSID = EmuJoystick.JoystickCtl
Path = EmuJoystick.dll
[Joystick Controller.depends]
VDMSrv = VDMServicesProvider
[Joystick Controller.config]
port = 0x201 ; usually 0x201
minCoord = 5 ; upper and left range trimming, 0 gives maximum range
maxCoord = 250 ; bottom and right range trimming, decrease to boost joystick sensitivity, increase if jerky
pollPeriod = 125 ; how many milliseconds should elapse between asynchronous joystick updates
不知道是什么意思,高手赐教!
;
; Joystick Emulation
;
;--------------------------------------------------------------------------------------------------------
; This module emulates up to two analogue joysticks
;--------------------------------------------------------------------------------------------------------
[Joystick Controller]
CLSID = EmuJoystick.JoystickCtl
Path = EmuJoystick.dll
[Joystick Controller.depends]
VDMSrv = VDMServicesProvider
[Joystick Controller.config]
port = 0x201 ; usually 0x201
minCoord = 5 ; upper and left range trimming, 0 gives maximum range
maxCoord = 250 ; bottom and right range trimming, decrease to boost joystick sensitivity, increase if jerky
pollPeriod = 125 ; how many milliseconds should elapse between asynchronous joystick updates
不知道是什么意思,高手赐教!