Window.ICallback.DispatchGenericMotionEvent(MotionEvent) 메서드

정의

제네릭 동작 이벤트를 처리하기 위해 호출됩니다.

[Android.Runtime.Register("dispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchGenericMotionEvent_Landroid_view_MotionEvent_Handler:Android.Views.Window/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool DispatchGenericMotionEvent (Android.Views.MotionEvent e);
[<Android.Runtime.Register("dispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchGenericMotionEvent_Landroid_view_MotionEvent_Handler:Android.Views.Window/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member DispatchGenericMotionEvent : Android.Views.MotionEvent -> bool

매개 변수

e
MotionEvent

제네릭 동작 이벤트입니다.

반환

이 이벤트가 사용된 경우 boolean Return true입니다.

특성

설명

제네릭 동작 이벤트를 처리하기 위해 호출됩니다. 최소한 구현은 를 호출 android.view.Window#superDispatchGenericMotionEvent 하여 표준 처리를 수행해야 합니다.

에 대한 Java 설명서입니다 android.view.Window.Callback.dispatchGenericMotionEvent(android.view.MotionEvent).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상