Instrumentation.SendTrackballEventSync(MotionEvent) メソッド

定義

トラックボール イベントを現在フォーカスされているウィンドウにディスパッチし、処理されるのを待ちます。

[Android.Runtime.Register("sendTrackballEventSync", "(Landroid/view/MotionEvent;)V", "GetSendTrackballEventSync_Landroid_view_MotionEvent_Handler")]
public virtual void SendTrackballEventSync (Android.Views.MotionEvent? e);
[<Android.Runtime.Register("sendTrackballEventSync", "(Landroid/view/MotionEvent;)V", "GetSendTrackballEventSync_Landroid_view_MotionEvent_Handler")>]
abstract member SendTrackballEventSync : Android.Views.MotionEvent -> unit
override this.SendTrackballEventSync : Android.Views.MotionEvent -> unit

パラメーター

e
MotionEvent

トラックボール アクションを説明するモーション イベント。 ( M:Android .Views.MotionEvent.Obtain(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)は、必ずタイムベースとして使用 UptimeMillis() してください。

属性

注釈

の Java ドキュメント android.app.Instrumentation.sendTrackballEventSync(android.view.MotionEvent)

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象