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 属性许可证中所述的术语使用。

适用于