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

PS4

This is a list of all Playstation 4 Identifiers

Name

Value

Range

Zen

Plus

PS4_PS

0

0 | 100

✔️

✔️

PS4_SHARE

1

0 | 100

✔️

✔️

PS4_OPTIONS

2

0 | 100

✔️

✔️

PS4_R1

3

0 | 100

✔️

✔️

PS4_R2

4

0 ~ 100

✔️

✔️

PS4_R3

5

0 | 100

✔️

✔️

PS4_L1

6

0 | 100

✔️

✔️

PS4_L2

7

0 ~ 100

✔️

✔️

PS4_L3

8

0 | 100

✔️

✔️

PS4_RX

9

-100 ~ 100

✔️

✔️

PS4_RY

10

-100 ~ 100

✔️

✔️

PS4_LX

11

-100 ~ 100

✔️

✔️

PS4_LY

12

-100 ~ 100

✔️

✔️

PS4_UP

13

0 | 100

✔️

✔️

PS4_DOWN

14

0 | 100

✔️

✔️

PS4_LEFT

15

0 | 100

✔️

✔️

PS4_RIGHT

16

0 | 100

✔️

✔️

PS4_TRIANGLE

17

0 | 100

✔️

✔️

PS4_CIRCLE

18

0 | 100

✔️

✔️

PS4_CROSS

19

0 | 100

✔️

✔️

PS4_SQUARE

20

0 | 100

✔️

✔️

PS4_ACCX

21

-100 ~ 100

✔️

✔️

PS4_ACCY

22

-100 ~ 100

✔️

✔️

PS4_ACCZ

23

-100 ~ 100

✔️

✔️

PS4_GYROX

24

-100 ~ 100

✔️

✔️

PS4_GYROY

25

-100 ~ 100

✔️

✔️

PS4_GYROZ

26

-100 ~ 100

✔️

✔️

PS4_TOUCH

27

0 | 100

✔️

✔️

PS4_FINGER1X

28

-100 ~ 100

✔️

✔️

PS4_FINGER1Y

29

-100 ~ 100

✔️

✔️

PS4_FINGER1

30

-100 ~ 100

✔️

✔️

PS4_FINGER2X

31

-100 ~ 100

✔️

❌

PS4_FINGER2Y

32

-100 ~ 100

✔️

❌

PS4_FINGER2

33

-100 ~ 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

PreviousPS3NextXBox 360

Last updated 3 years ago

Was this helpful?