无障碍下,按下,拖动,然后松开手指 代码如何实现

[复制链接]
wang928177 | 2021-12-10 13:46:05 | 显示全部楼层
lcm2022 发表于 2021-12-10 12:44
你这个是滑动的,不是拖动的代码。

动画.gif
local a = Gesture:new()
local b = Path:new()
b:setStartTime(100)
b:setDurTime(1000)
b:addPoint(435,1116)
local d = Path:new()
d:setStartTime(1000)
d:setDurTime(2000)
d:addPoint(435,1116)
d:addPoint(935,1113)

local r = a:dispatch(a:addPath(b))
local t = a:dispatch(a:addPath(d))

if r and t then
        print("执行成功")
else
        print("执行失败")
end


大哥发散一下 思维呀
回复

使用道具 举报

xiaosong | 2021-12-13 23:02:16 | 显示全部楼层
拖动到指定位置,然后松开手指 代码如何实现,请大佬指导
回复

使用道具 举报

free1234 | 2021-12-23 16:29:06 | 显示全部楼层
学习了
回复

使用道具 举报

daduke7902 | 2021-12-25 15:30:04 | 显示全部楼层
表扬    一下: 我的mate9就不 滑动
回复

使用道具 举报

daduke7902 | 2021-12-25 15:31:08 | 显示全部楼层
奇怪: mate9    系统9 的没效果。
但我的另一台  升级到 鸿蒙2.0 就可以滑动了
回复

使用道具 举报

daduke7902 | 2021-12-25 20:44:43 | 显示全部楼层
已经成功 滑动了。。
回复

使用道具 举报

xclion | 2022-1-6 16:46:46 | 显示全部楼层
不太清楚,学习下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则