OLA 文档中心
OLA插件文档
OLA授权中心文档
OLA支付中心文档
搜索
Ctrl
K
左键弹起 - LeftUp
函数简介
弹起鼠标左键
接口名称
LeftUp
DLL调用
int LeftUp(long ola)
参数定义:
ola
(长整型数): OLAPlug对象的指针,由
CreateCOLAPlugInterFace
接口生成。
示例:
待补充...
COM调用
int LeftUp()
参数定义:
示例:
ret = ola.LeftUp()
返回值
整型数:
0 : 失败
1 : 成功
Prev
左键按下 - LeftDown
Next
左键点击 - LeftClick