







JoystickTypes defines an enumeration of all possible PPJoy joystick types.
A joystick type is a combination of controller type and interface type, as shown in the
PPJoy Control Panel.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration JoystickTypes |
| C# |
|---|
public enum JoystickTypes |
| Visual C++ |
|---|
public enum class JoystickTypes |
Members
| Member name | Description | |
|---|---|---|
| Joystick_TheMaze | ||
| Joystick_IanHerries | ||
| Joystick_TurboGraFX | ||
| Joystick_Linux_v0802 | ||
| Joystick_Linux_DB9c | ||
| Joystick_TorMod | ||
| Joystick_DirectPad_Pro | ||
| Joystick_TurboGraFX_SwappedButtons | ||
| Joystick_LPT_JoyStick | ||
| Joystick_CHAMPgames | ||
| Joystick_STFormat | ||
| Joystick_SNESKey2600 | ||
| Joystick_Amiga_4_Player | ||
| Joystick_PCAE | ||
| Genesis_Pad_Linux | ||
| Genesis_Pad_DirectPad_Pro | ||
| Genesis_Pad_NTPad_XP | ||
| SNES_or_NESPad_Linux | ||
| SNES_or_NESPad_DirectPadPro_Or_SNESKey | ||
| Genesis_Pad_ConsoleCable | ||
| Genesis_Pad_SNESKey | ||
| Playstation_Pad_PSXPBLib | ||
| Playstation_Pad_DirectPad_Pro | ||
| Playstation_Pad_Linux | ||
| Playstation_Pad_NTPad_XP | ||
| Playstation_Pad_Megatap | ||
| Virtual_Joystick | ||
| Joystick_Linux_gamecon | ||
| Joystick_LPTswitch | ||
| Radio_Control_TX | ||
| SNES_or_NESPad_PowerPad | ||
| Genesis_Pad_DirectPad_Pro_V6 |
