AgateLib.Drivers.Registrar Class Reference

Static class with which drivers register themselves so that the library can instantiate them. More...

List of all members.

Properties

static List< AgateDriverInfoDisplayDrivers [get]
 Returns a collection with all the DriverInfo<DisplayTypeID> structures for registered display drivers.
static List< AgateDriverInfoAudioDrivers [get]
 Returns a collection with all the DriverInfo<AudioTypeID> structures for registered display drivers.
static List< AgateDriverInfoInputDrivers [get]
 Returns a collection with all the DriverInfo<InputTypeID> structures for registered display drivers.


Detailed Description

Static class with which drivers register themselves so that the library can instantiate them.


Property Documentation

List<AgateDriverInfo> AgateLib.Drivers.Registrar.AudioDrivers [static, get]

Returns a collection with all the DriverInfo<AudioTypeID> structures for registered display drivers.

Returns:

List<AgateDriverInfo> AgateLib.Drivers.Registrar.DisplayDrivers [static, get]

Returns a collection with all the DriverInfo<DisplayTypeID> structures for registered display drivers.

Returns:

List<AgateDriverInfo> AgateLib.Drivers.Registrar.InputDrivers [static, get]

Returns a collection with all the DriverInfo<InputTypeID> structures for registered display drivers.

Returns:


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