Inherited by ERY.AgateLib.ImplBase.AudioImpl, ERY.AgateLib.ImplBase.DisplayImpl, and ERY.AgateLib.ImplBase.InputImpl.
Public Member Functions | |
| abstract void | Initialize () |
| Initialization beyond what the constructor does. | |
| abstract void | Dispose () |
| Disposes of unmanaged resources. | |
Protected Member Functions | |
| void | Report (string text) |
| Called by drivers in their Initialize routine to report which driver was instantiated. | |
| abstract void ERY.AgateLib.DriverImplBase.Initialize | ( | ) | [pure virtual] |
Initialization beyond what the constructor does.
Implemented in ERY.AgateLib.NullInputImpl, and ERY.AgateLib.NullSoundImpl.
| abstract void ERY.AgateLib.DriverImplBase.Dispose | ( | ) | [pure virtual] |
Disposes of unmanaged resources.
Implemented in ERY.AgateLib.NullInputImpl, and ERY.AgateLib.NullSoundImpl.
| void ERY.AgateLib.DriverImplBase.Report | ( | string | text | ) | [protected] |
Called by drivers in their Initialize routine to report which driver was instantiated.
| text |
|
AgateLib Awesome Game and Tool Engine Library |
|