InputDevice.MotionRangeToolMinor Campo
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.
Constante para recuperar el intervalo de valores de MotionEvent#AXIS_TOOL_MINOR.
[Android.Runtime.Register("MOTION_RANGE_TOOL_MINOR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)]
public const Android.Views.MotionRange MotionRangeToolMinor = 7;
[<Android.Runtime.Register("MOTION_RANGE_TOOL_MINOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)>]
val mutable MotionRangeToolMinor : Android.Views.MotionRange
Valor de campo
Value = 7Implementaciones
- Atributos
Comentarios
Constante para recuperar el intervalo de valores de MotionEvent#AXIS_TOOL_MINOR.
Este miembro está en desuso. Utilice MotionEvent#AXIS_TOOL_MINOR en su lugar.
Java documentación para android.view.InputDevice.MOTION_RANGE_TOOL_MINOR.
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.