MotionEvent.FlagWindowIsPartiallyObscured Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.
This flag indicates that the window that received this motion event is partly or wholly obscured by another visible window above it.
[Android.Runtime.Register("FLAG_WINDOW_IS_PARTIALLY_OBSCURED", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.", true)]
public const Android.Views.MotionEventFlags FlagWindowIsPartiallyObscured = 2;
[<Android.Runtime.Register("FLAG_WINDOW_IS_PARTIALLY_OBSCURED", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.", true)>]
val mutable FlagWindowIsPartiallyObscured : Android.Views.MotionEventFlags
Field Value
Implements
- Attributes
Remarks
Java documentation for android.view.MotionEvent.FLAG_WINDOW_IS_PARTIALLY_OBSCURED.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.