键盘按住 - KeyDown
函数简介:
按住指定的虚拟键码
接口名称
KeyDown
DLL调用
int KeyDown(long ola, int vk_code)
参数定义:
ola(长整型数): OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。vk_code(整型数): 按键码。
示例:
待补充...
返回值
整型数:
0 : 失败
1 : 成功
OLA 文档中心按住指定的虚拟键码
KeyDown
int KeyDown(long ola, int vk_code)
ola (长整型数): OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。vk_code (整型数): 按键码。待补充...
整型数:
0 : 失败
1 : 成功