Static Public Member Functions | |
| static void | RegisterDisplayDriver (DriverInfo< DisplayTypeID > info) |
| Registers a display driver as being available. | |
| static void | RegisterAudioDriver (DriverInfo< AudioTypeID > info) |
| Registers an audio driver as being available. | |
| static void | RegisterInputDriver (DriverInfo< InputTypeID > info) |
| Registers an input driver as being available. | |
Properties | |
| static DriverInfoList < DisplayImpl, DisplayTypeID > | DisplayDriverInfo [get] |
| Returns a collection with all the DriverInfo<DisplayTypeID> structures for registered display drivers. | |
| static DriverInfoList < AudioImpl, AudioTypeID > | AudioDriverInfo [get] |
| Returns a collection with all the DriverInfo<AudioTypeID> structures for registered display drivers. | |
| static DriverInfoList < InputImpl, InputTypeID > | InputDriverInfo [get] |
| Returns a collection with all the DriverInfo<InputTypeID> structures for registered display drivers. | |
| static void AgateLib.Drivers.Registrar.RegisterAudioDriver | ( | DriverInfo< AudioTypeID > | info | ) | [static] |
Registers an audio driver as being available.
| info | Structure which contains enough information to instantiate the audio driver's own AudioImpl derived class. |
| static void AgateLib.Drivers.Registrar.RegisterDisplayDriver | ( | DriverInfo< DisplayTypeID > | info | ) | [static] |
Registers a display driver as being available.
| info | Structure which contains enough information to instantiate the display driver's own DisplayImpl derived class. |
| static void AgateLib.Drivers.Registrar.RegisterInputDriver | ( | DriverInfo< InputTypeID > | info | ) | [static] |
Registers an input driver as being available.
| info | Structure which contains enough information to instantiate the input driver's own InputImpl derived class. |
DriverInfoList<AudioImpl, AudioTypeID> AgateLib.Drivers.Registrar.AudioDriverInfo [static, get] |
Returns a collection with all the DriverInfo<AudioTypeID> structures for registered display drivers.
DriverInfoList<DisplayImpl, DisplayTypeID> AgateLib.Drivers.Registrar.DisplayDriverInfo [static, get] |
Returns a collection with all the DriverInfo<DisplayTypeID> structures for registered display drivers.
DriverInfoList<InputImpl, InputTypeID> AgateLib.Drivers.Registrar.InputDriverInfo [static, get] |
Returns a collection with all the DriverInfo<InputTypeID> structures for registered display drivers.
|
AgateLib Awesome Game and Tool Engine Library |
|