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 となり、[他のコード] は実行されません。ユーザーがいつオブジェクトの移動を終了したかを知る別の方法はありますか?