InputDevice.ViewBehavior.PrimaryDirectionalMotionAxis Property
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.
Returns the primary directional motion axis for the input device, described as one of the
MotionEvent axes.
public Android.Views.Axis PrimaryDirectionalMotionAxis { [Android.Runtime.Register("getPrimaryDirectionalMotionAxis", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getPrimaryDirectionalMotionAxis", "()I", "", ApiSince=37)>]
member this.PrimaryDirectionalMotionAxis : Android.Views.Axis
Property Value
the primary directional motion axis given as one of the MotionEvent.Axis
constants.
- Attributes