共用方式為


Window.SuperDispatchGenericMotionEvent(MotionEvent) 方法

定義

自定義視窗,例如 Dialog,用來將一般動作事件進一步傳遞至檢視階層。

[Android.Runtime.Register("superDispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetSuperDispatchGenericMotionEvent_Landroid_view_MotionEvent_Handler")]
public abstract bool SuperDispatchGenericMotionEvent (Android.Views.MotionEvent? e);
[<Android.Runtime.Register("superDispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetSuperDispatchGenericMotionEvent_Landroid_view_MotionEvent_Handler")>]
abstract member SuperDispatchGenericMotionEvent : Android.Views.MotionEvent -> bool

參數

傳回

屬性

備註

自定義視窗,例如 Dialog,用來將一般動作事件進一步傳遞至檢視階層。 應用程式開發人員不應該實作或呼叫此專案。

android.view.Window.superDispatchGenericMotionEvent(android.view.MotionEvent)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於