Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

XboxButton

Jibran Syed edited this page Sep 9, 2013 · 11 revisions

<- Back to Coding References

Description

enum XboxButton contains a list of buttons found on the Xbox 360 controller. These are used when calling functions like GetButton(), GetButtonDown(), and GetButtonUp().

Contents

enum XboxButton
{
    A,
    B,
    X,
    Y,
    Start,
    Back,
    LeftStick,
    RightStick,
    LeftBumper,
    RightBumper
}

Button Map

ButtonMap

<- Back to Coding References

Clone this wiki locally