ButtonPushed
Introduction
Code Example - Checking ButtonPushed
if(InputManager.Xbox360GamePads[0].ButtonPushed(Button.A))
{
this.Jump();
}if(InputManager.Xbox360GamePads[0].ButtonPushed(ButtonPosition.FaceDown))
{
this.Jump();
}Last updated
Was this helpful?