PSYQO SDK
psyqo::AdvancedPad::PadType
Enum
Enum
Enum declared by the advancedpad module for the advancedpad module.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "psyqo/advancedpad.hh"
auto value = psyqo::AdvancedPad::PadType::AnalogPad;Values
AnalogPad(in normal analog mode; LED=Red)Enum valueAnalogStick(or analog pad in "flight mode"; LED=Green)Enum valueConfigMode(when in config mode; see rumble command 43h)Enum valueDigitalPad(or analog pad/stick in digital mode; LED=Off)Enum valueFishingCon(fishing rod)Enum valueJogCon(steering dial)Enum valueKonamiLightgun(IRQ10-type)Enum valueMouse(two button mouse)Enum valueMultitap(multiplayer adaptor) (when activated)Enum valueNamcoLightGun(Cinch-type)Enum valueNegCon(steering twist/wheel/paddle)Enum valueNone(no controller connected, pins floating High-Z)Enum value