ERY.AgateLib.Drivers.InputTypeID Class Reference

List of identifiers of known or planned input drivers. More...

Inherits ERY.AgateLib.Drivers.DriverTypeIDBase.

List of all members.

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.


Detailed Description

List of identifiers of known or planned input drivers.


Member Function Documentation

override bool ERY.AgateLib.Drivers.InputTypeID.Equals ( int  other  )  [virtual]

Implementation of IEquatable<int> from base class.

Parameters:
other 
Returns:

Implements ERY.AgateLib.Drivers.DriverTypeIDBase.

bool ERY.AgateLib.Drivers.InputTypeID.Equals ( InputTypeID  other  ) 

Implementation of IEquatable<InputTypeID>.

Parameters:
other 
Returns:


Property Documentation

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.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo