Contains classes to access DirectX DirectInput joystick devices.
| C# | Visual Basic | Visual C++ |
namespace DXJoystick
Namespace DXJoystick
namespace DXJoystick
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| Joystick..::.Axes |
The possible axes for a joystick.
| |
| Joystick..::.AxisChangeArgs |
Arguments for the axis change event.
| |
| Joystick..::.AxisChangeHandler |
An event handler for changes in an axis.
| |
| AxisListConverter |
A class used as a TypeConverter attribute used to limit the displayed values for
an Axis property when shown in the Property Grid.
| |
| Configure |
A form UI to edit a JoystickConfig.
| |
| Joystick |
A class to interface with DirectX DirectInput joysticks.
| |
| JoystickAxisController |
A class to connect an IValueControl to an axis of a joystick.
| |
| JoystickButtonPairController |
A class to connect an IValueControl to a pair of buttons of a joystick.
| |
| Joystick..::.JoystickChangeArgs |
Arguments for the joystick change events.
| |
| Joystick..::.JoystickChangeHandler |
An event handler for changes in a POV, slider or button.
| |
| JoystickConfig |
A Joystick Configuration manages a list of JoystickControllers
connecting joystick features to IValueControl items to be controlled.
| |
| JoystickController |
The base class for a family of classes to connect joints
to the control features of a joystick.
| |
| JoystickControllerTypes |
An enumeration of the types of JoystickControllers
| |
| JoystickDemo |
A dialog to allow exploration with the existing joysticks on the system.
| |
| JoystickPOVPairController |
A class to connect an IValueControl to two directions of a point-of-view button of a joystick.
| |
| JoystickSliderController |
A class to connect an IValueControl to a slider of a joystick.
|