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

XboxDPad

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

<- Back to Coding References

Description

enum XboxDPad contains the four directions of the Xbox D-Pad. They have an enumeration of their own because different operation systems treat D-Pad input differently. For example, on Windows, the D-Pad is composed of two axis, while on Mac it's four buttons. It's exclusively used with the function GetDPad().

Contents

enum XboxDPad
{
    Up,
    Down,
    Left,
    Right
}

D-Pad Map

DPadMap

<- Back to Coding References

Clone this wiki locally