PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
psx_pad_state::extra::negCon Struct Reference

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.
 

Detailed Description

Data for Namco NeGcon and steering wheels using its protocol.

Many steering wheels use this protocol or can switch to it if desired.

Field Documentation

unsigned char psx_pad_state::extra::negCon::one

Pressure for button I (1).

Value
0 = not pressed, 255 = maximum pressure
unsigned char psx_pad_state::extra::negCon::shoulder

Pressure for "L" shoulder button.

Value
0 = not pressed, 255 = maximum pressure
signed char psx_pad_state::extra::negCon::steering

Steering wheel position.

Unlike analog sticks, the steering is accurate and this value is reliable.

Value
When steering left it is lower than zero, when steering right it is higher than zero and when not steering at all it is zero.
unsigned char psx_pad_state::extra::negCon::two

Pressure for button II (2).

Value
0 = not pressed, 255 = maximum pressure

The documentation for this struct was generated from the following file: