AirtestProject / AirtestProject/Airtest

Multitouch is not working for triple touch or above

未关闭
#1,134 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
9.6k
派生
1.5k
PR 合并指标
30 天内没有已合并 PR

描述

I have referred one of the [https://github.com/AirtestProject/Airtest/blob/master/playground/android_motionevents.py](url) GitHub for multi touch events. But only up to Second finger is happening. Triple touch or above not working properly.
Kindly provide me your suggestions to perform triple touch for Android and IOS using Airtest functions.

# 1. tap with three fingers
multitouch_event = [
DownEvent((100, 100), 0),
DownEvent((200, 200), 1), # second finger
DownEvent((300, 300), 2), # third finger
SleepEvent(1),
UpEvent(0), UpEvent(1),UpEvent(2)]

dev.touch_proxy.perform(multitouch_event)
sleep(1)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。