【发布时间】:2012-01-11 15:36:50
【问题描述】:
我有一个使用来自 dinput.dll(直接输入)的 API 的程序,我对其进行了监控,结果如下:
API 名称:DirectInputCreateEx 模块名称:C:\Windows\system32\DINPUT.dll
关于另一个使用直接输入的程序:
API 名称:DirectInputCreateA 模块名称:C:\Windows\system32\DINPUT.dll
此 API 将更新此注册表项:
HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput
我想知道如何使用 Delphi 编写只为 DirectInput dll 调用此 API 的代码?
非常感谢任何帮助...
【问题讨论】:
标签: delphi directinput