介绍
检测目标按键是否长按(时长/ms 可输出)/连击次数(次数的限制可自己设定)
- 1.目标按键长按/连击中断时,子程序终止,此时 count_press < count_press_goal;
- 2.目标按键长按 IsPress_key_long => true,此时 time_press_hold > 0;
- 3.目标按键连击次数达到需求,子程序终止,此时 count_press = count_press_goal;
- 4.键名--鼠标左键 LButton ,右键 RButton,中键 MButton,侧键 XButton1 XBrtton2;
- 5.提示--键盘按键键名可以通过文本选择工具:,辅助填写。
子程序的参数
输入
key
Text
count_press_goal
Integer
输出
count_press
Integer
IsPress_key_long
Boolean
time_press_hold
Integer
最近更新
修订版本
|
更新时间
|
更新说明
|
4
|
2024-05-21 22:33
|
纠正名称错误
|
3
|
2024-05-21 21:32
|
增加文本选择工具
|
2
|
2024-05-21 20:55
|
删除遗留的测试数据
|