Lenguaje

InputDevice.SourceGamepad Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.

La fuente de entrada es un panel de juego.

[Android.Runtime.Register("SOURCE_GAMEPAD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)]
public const Android.Views.InputSourceType SourceGamepad = 1025;
[<Android.Runtime.Register("SOURCE_GAMEPAD")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceGamepad : Android.Views.InputSourceType

Valor de campo

Value = 1025

Implementaciones

Atributos

Comentarios

La fuente de entrada es un panel de juego. (También puede ser ).#SOURCE_JOYSTICK

Java documentación para android.view.InputDevice.SOURCE_GAMEPAD.

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.

Se aplica a

Consulte también