Inherits ERY.AgateLib.Drivers.DriverTypeIDBase.
Public Member Functions | |
| override bool | Equals (int other) |
| Implementation of IEquatable<int> from base class. | |
| bool | Equals (InputTypeID other) |
| Implementation of IEquatable<InputTypeID>. | |
Properties | |
| static InputTypeID | AutoSelect [get] |
| Specifies that the Registrar should automatically select the best available audio driver for the system. | |
| static InputTypeID | Silent [get] |
| A driver with no joysticks. | |
| static InputTypeID | DirectInput [get] |
| A DirectSound implementation. | |
| static InputTypeID | XInput [get] |
| Implementation using the XNA framework. | |
| override bool ERY.AgateLib.Drivers.InputTypeID.Equals | ( | int | other | ) | [virtual] |
Implementation of IEquatable<int> from base class.
| other |
Implements ERY.AgateLib.Drivers.DriverTypeIDBase.
| bool ERY.AgateLib.Drivers.InputTypeID.Equals | ( | InputTypeID | other | ) |
InputTypeID ERY.AgateLib.Drivers.InputTypeID.AutoSelect [static, get] |
Specifies that the Registrar should automatically select the best available audio driver for the system.
InputTypeID ERY.AgateLib.Drivers.InputTypeID.Silent [static, get] |
A driver with no joysticks.
InputTypeID ERY.AgateLib.Drivers.InputTypeID.DirectInput [static, get] |
A DirectSound implementation.
InputTypeID ERY.AgateLib.Drivers.InputTypeID.XInput [static, get] |
Implementation using the XNA framework.
|
AgateLib Awesome Game and Tool Engine Library |
|