Public Member Functions | |
| void | AddDisplayType (AgateDriverInfo info) |
| Adds a Display driver to the possible options. | |
| void | AddAudioType (AgateDriverInfo info) |
| Adds a Audio driver to the possible options. | |
| void | AddInputType (AgateDriverInfo info) |
| Adds a Input driver to the possible options. | |
| SetSystemsDialogResult | RunDialog () |
| Shows the dialog asking the user what drivers to use. | |
| void | SetChoices (bool chooseDisplay, bool chooseAudio, bool chooseInput) |
| Sets which choices the user is presented with. | |
Properties | |
| DisplayTypeID | DisplayType [get] |
| gets the selected Display driver | |
| AudioTypeID | AudioType [get] |
| Gets the selected Audio driver. | |
| InputTypeID | InputType [get] |
| Gets the selected Input driver. | |
| void AgateLib.Drivers.IUserSetSystems.AddAudioType | ( | AgateDriverInfo | info | ) |
Adds a Audio driver to the possible options.
| info |
| void AgateLib.Drivers.IUserSetSystems.AddDisplayType | ( | AgateDriverInfo | info | ) |
Adds a Display driver to the possible options.
| info |
| void AgateLib.Drivers.IUserSetSystems.AddInputType | ( | AgateDriverInfo | info | ) |
Adds a Input driver to the possible options.
| info |
| SetSystemsDialogResult AgateLib.Drivers.IUserSetSystems.RunDialog | ( | ) |
Shows the dialog asking the user what drivers to use.
| void AgateLib.Drivers.IUserSetSystems.SetChoices | ( | bool | chooseDisplay, | |
| bool | chooseAudio, | |||
| bool | chooseInput | |||
| ) |
Sets which choices the user is presented with.
| chooseDisplay | ||
| chooseAudio | ||
| chooseInput |
AudioTypeID AgateLib.Drivers.IUserSetSystems.AudioType [get] |
Gets the selected Audio driver.
DisplayTypeID AgateLib.Drivers.IUserSetSystems.DisplayType [get] |
gets the selected Display driver
InputTypeID AgateLib.Drivers.IUserSetSystems.InputType [get] |
Gets the selected Input driver.
|
AgateLib Awesome Game and Tool Engine Library |
|