GamePadButtons.Y Property
XNA Game Studio 4.0
Identifies if the Y button on the Xbox 360 Controller is pressed.
Namespace: Microsoft.Xna.Framework.Input
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public ButtonState Y { get; }
Property Value
ButtonState.Pressed if the button is pressed; ButtonState.Released otherwise.