> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/gpcscripting/gpc-script-guide/gpc-developer-guide/constants/controller/playstation-c-3.md).

# PlayStation© 3

This is a list of all PlayStation 3 input identifiers, values, and ranges.

| **Name**      | **Description**                   | **Value** | **Range**   |
| ------------- | --------------------------------- | --------- | ----------- |
| PS3\_PS       | PS/Guide Button                   | 0         | 0 \| 100    |
| PS3\_SELECT   | Select Button                     | 1         | 0 \| 100    |
| PS3\_START    | Start Button                      | 2         | 0 \| 100    |
| PS3\_R1       | Right Bumper                      | 3         | 0 \~ 100    |
| PS3\_R2       | Right Trigger                     | 4         | 0 \~ 100    |
| PS3\_R3       | Right Stick                       | 5         | 0 \| 100    |
| PS3\_L1       | Left Bumper                       | 6         | 0 \~ 100    |
| PS3\_L2       | Left Trigger                      | 7         | 0 \~ 100    |
| PS3\_L3       | Left Stick                        | 8         | 0 \| 100    |
| PS3\_RX       | Right Stick X-Axis (left/right)   | 9         | -100 \~ 100 |
| PS3\_RY       | Right Stick Y-Axis (up/down)      | 10        | -100 \~ 100 |
| PS3\_LX       | Light Stick X-Axis (left/right)   | 11        | -100 \~ 100 |
| PS3\_LY       | Left Stick Y-Axis (up/down)       | 12        | -100 \~ 100 |
| PS3\_UP       | D-Pad Up                          | 13        | 0 \| 100    |
| PS3\_DOWN     | D-Pad Down                        | 14        | 0 \| 100    |
| PS3\_LEFT     | D-Pad Left                        | 15        | 0 \| 100    |
| PS3\_RIGHT    | D-Pad Right                       | 16        | 0 \| 100    |
| PS3\_TRIANGLE | Triangle Button                   | 17        | 0 \~ 100    |
| PS3\_CIRCLE   | Circle Button                     | 18        | 0 \~ 100    |
| PS3\_CROSS    | Cross Button                      | 19        | 0 \~ 100    |
| PS3\_SQUARE   | Square Button                     | 20        | 0 \~ 100    |
| PS3\_ACCX     | Accelerometer X-Axis (left/right) | 21        | -100 \~ 100 |
| PS3\_ACCY     | Accelerometer Y-Axis (up/down)    | 22        | -100 \~ 100 |
| PS3\_ACCZ     | Accelerometer Z-Axis              | 23        | -100 \~ 100 |
| PS3\_GYRO     | GYROSCOPE                         | 24        | -100 \~ 100 |

***

### Value range explanation:

| **Range**   | **Meaning**                    |
| ----------- | ------------------------------ |
| 0 \| 100    | Either 0 or 100                |
| 0 \~ 100    | Any value between 0 and 100    |
| -100 \~ 100 | Any value between -100 and 100 |

Note: for accelerometers, every 25% represents 1G.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.cronuszen.com/gpcscripting/gpc-script-guide/gpc-developer-guide/constants/controller/playstation-c-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
