mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-10 10:27:05 +02:00
Update wording for PS2 controllers
This commit is contained in:
parent
9a1eeefcdf
commit
b5634eb9df
5 changed files with 29 additions and 29 deletions
|
@ -6,7 +6,7 @@ title: "Ryojōhen controller (Sony PlayStation 2)"
|
|||
|
||||
This controller has two handles (4 power notches and an analogue brake handle with three areas), a D-Pad and 7 buttons (Select, Start, Horn, Announce, Camera, Left doors, Right doors). In addition, it provides a 3.5 mm jack connector to plug a horn pedal.
|
||||
|
||||
Internally, it is a HID device with a vendor-specific class.
|
||||
Internally, it is a vendor-specific class device with a HID interface, but it does not provide HID descriptors.
|
||||
|
||||
| | |
|
||||
|-----------------------------|-------------------------------------------|
|
||||
|
@ -58,6 +58,6 @@ The D-pad byte represents the state of the arrow buttons. If two opposite direct
|
|||
|
||||
The button byte uses seven bits to represent the state of the physical buttons. **0** means that the button is released and **1** that it is pressed. A bitmask can be used to retrieve the buttons.
|
||||
|
||||
| Button 1 | Button 2 | Button 3 | Button 4 | Button 5 | Button 6 | Button 7 |
|
||||
|:--------:|:--------:|:--------:|:-----------:|:----------:|:--------:|:--------:|
|
||||
| Horn | Announce | Camera | Right doors | Left doors | SELECT | START |
|
||||
| Bit 0 | Bit 1 | Bit 2 | Bit 3 | Bit 4 | Bit 5 | Bit 6 |
|
||||
|:-----:|:--------:|:------:|:-----------:|:----------:|:------:|:-----:|
|
||||
| Horn | Announce | Camera | Right doors | Left doors | SELECT | START |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue