AccessibilityServiceInfo.MotionEventSources 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回輔助功能服務想要接聽泛型 android.view.MotionEvent
之來源的位掩碼android.view.InputDevice
。 -或- 設定輔助功能服務想要接聽泛型 android.view.MotionEvent
的來源位掩碼android.view.InputDevice
。
public virtual Android.Views.InputSourceType MotionEventSources { [Android.Runtime.Register("getMotionEventSources", "()I", "GetGetMotionEventSourcesHandler", ApiSince=34)] get; [Android.Runtime.Register("setMotionEventSources", "(I)V", "GetSetMotionEventSources_IHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMotionEventSources", "()I", "GetGetMotionEventSourcesHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setMotionEventSources", "(I)V", "GetSetMotionEventSources_IHandler", ApiSince=34)>]
member this.MotionEventSources : Android.Views.InputSourceType with get, set
屬性值
- 屬性
備註
屬性 getter 檔:
傳回輔助功能服務想要接聽泛型 android.view.MotionEvent
之來源的位掩碼android.view.InputDevice
。
的 android.accessibilityservice.AccessibilityServiceInfo.getMotionEventSources()
Java 檔。
屬性 setter 檔:
設定輔助功能服務想要接聽泛型 android.view.MotionEvent
之來源的android.view.InputDevice
位掩碼。
android.view.InputDevice
包含未傳送 android.view.MotionEvent
的來源實際上是該來源的 No-op,因為您不會從該來源接收任何事件。
如需完整的來源定義,請參閱 android.view.InputDevice
。 許多輸入設備會從多個來源類型傳送 android.view.InputEvent
s,因此除了使用 AccessibilityService#onKeyEvent
接聽 android.view.KeyEvent
之外,您可能還需要在此包含多個android.view.MotionEvent
來源。
<strong>Note:</strong>android.view.InputDevice
sources 包含使位旗標移除作業複雜化的來源類別位。 若要移除特定來源,您應該使用個別來源常數位 OR 作業重建整個值。
的 android.accessibilityservice.AccessibilityServiceInfo.setMotionEventSources(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。