Язык

InputDevice.SourceJoystick Поле

Определение

Внимание!

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

Источник входных данных — джойстик.

[Android.Runtime.Register("SOURCE_JOYSTICK")]
[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 SourceJoystick = 16777232;
[<Android.Runtime.Register("SOURCE_JOYSTICK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceJoystick : Android.Views.InputSourceType

Значение поля

Value = 16777232

Реализации

Атрибуты

Комментарии

Источник входных данных — джойстик. (Это также может быть #SOURCE_GAMEPAD).

Java документации по android.view.InputDevice.SOURCE_JOYSTICK.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к

См. также