Data for Namco NeGcon and steering wheels using its protocol. More...
#include <psxpad.h>
Data Fields | |
signed char | steering |
Steering wheel position. | |
unsigned char | one |
Pressure for button I (1). | |
unsigned char | two |
Pressure for button II (2). | |
unsigned char | shoulder |
Pressure for "L" shoulder button. | |
Data for Namco NeGcon and steering wheels using its protocol.
Many steering wheels use this protocol or can switch to it if desired.
unsigned char psx_pad_state::extra::negCon::one |
Pressure for button I (1).
unsigned char psx_pad_state::extra::negCon::shoulder |
Pressure for "L" shoulder button.
signed char psx_pad_state::extra::negCon::steering |
Steering wheel position.
Unlike analog sticks, the steering is accurate and this value is reliable.
unsigned char psx_pad_state::extra::negCon::two |
Pressure for button II (2).