Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的功能中,我使用:
if (e.IsInertial) { e.Complete(); [other code] }
但如果用户缓慢移动对象,IsInertial == FALSE 和 [其他代码] 不会运行。是否有另一种方法可以找出用户何时完成移动对象?