Cronus GPC Documentation
Cronus CommunityGPC LibraryGPC Guide
  • Welcome
  • Introduction
    • GPC Explained
    • What's New with Zen?
  • Basic Syntax
  • A Simple Tutorial
  • Style Guide
  • GPC Structure
  • Basic GPC Structure
  • Definitions
  • Data Section
  • Remapping
  • Variables
  • Init Section
  • Main Section
  • Combo Section
  • User Created Functions
  • GPC Programming Basics
  • Constants
    • Zen
      • OLED
      • ASCII Constants
      • PIO
    • Keyboard
      • Keyboard
    • Controller
      • Polar
      • LED
      • Rumble
      • PS3
      • PS4
      • XBox 360
      • Xbox One
      • Nintendo WII
      • Nintendo Switch
    • Racing Wheel
      • G29
      • G27
      • G25
      • DF
      • DF GT
      • DF Pro
    • Trace
    • Memory
    • Misc
  • Flow Control
  • Persistent Memory
  • Operator Types
  • Identifiers
  • Functions & Commands
    • Internal Functions
      • Bit Functions
      • Combo Functions
      • Math Functions
      • Device Functions
      • OLED Display Functions
    • Console Functions
      • Core Console Functions
    • Controller Functions
      • Core Controller Functions
      • Rumble Functions
      • LED Functions
    • Keyboard Functions
      • Core Keyboard Functions
  • GPC Examples
    • #1
Powered by GitBook
On this page

Was this helpful?

  1. Constants
  2. Controller

XBox 360

This is a list of all Xbox 360 Identifiers

Name

Value

Range

Zen

Plus

XB360_XBOX

0

0 | 100

✔️

✔️

XB360_BACK

1

0 | 100

✔️

✔️

XB360_START

2

0 | 100

✔️

✔️

XB360_RB

3

0 | 100

✔️

✔️

XB360_RT

4

0 ~ 100

✔️

✔️

XB360_RS

5

0 | 100

✔️

✔️

XB360_LB

6

0 | 100

✔️

✔️

XB360_LT

7

0 ~ 100

✔️

✔️

XB360_LS

8

0 | 100

✔️

✔️

XB360_RX

9

-100 ~ 100

✔️

✔️

XB360_RY

10

-100 ~ 100

✔️

✔️

XB360_LX

11

-100 ~ 100

✔️

✔️

XB360_LY

12

-100 ~ 100

✔️

✔️

XB360_UP

13

0 | 100

✔️

✔️

XB360_DOWN

14

0 | 100

✔️

✔️

XB360_LEFT

15

0 | 100

✔️

✔️

XB360_RIGHT

16

0 | 100

✔️

✔️

XB360_Y

17

0 | 100

✔️

✔️

XB360_B

18

0 | 100

✔️

✔️

XB360_A

19

0 | 100

✔️

✔️

XB360_X

20

0 | 100

✔️

✔️

-- Values Range --

( 0 | 100 ) means 0 or 100

( 0 ~ 100 ) means any value between 0 and 100

( -100 ~ 100 ) means any value between -100 and 100

Accelerometers: 25% represents 1G; 100% == 4G

PreviousPS4NextXbox One

Last updated 3 years ago

Was this helpful?