Public Member Functions | |
| SetSystemsForm (bool chooseDisplay, bool chooseAudio, bool chooseInput) | |
| Constructs the form. Specifies whether display, audio and input should be allowed to be chosen. | |
| void | SetDefaultDisplay (DriverInfo< DisplayTypeID > mode) |
| Sets default. | |
| void | SetDefaultAudio (DriverInfo< AudioTypeID > mode) |
| Sets default. | |
| void | SetDefaultInput (DriverInfo< InputTypeID > mode) |
| Sets default. | |
| void | AddDisplayType (DriverInfo< DisplayTypeID > info) |
| Adds. | |
| void | AddAudioType (DriverInfo< AudioTypeID > info) |
| Adds. | |
| void | AddInputType (DriverInfo< InputTypeID > info) |
| Adds. | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| DisplayTypeID | DisplayType [get] |
| DisplayTypeID chosen by user. | |
| AudioTypeID | AudioType [get] |
| AudioTypeID chosen by user. | |
| InputTypeID | InputType [get] |
| InputTypeID chosen by user. | |
[Experimental - This class will be moved to into a different assembly in the future.]
| ERY.AgateLib.Utility.SetSystemsForm.SetSystemsForm | ( | bool | chooseDisplay, | |
| bool | chooseAudio, | |||
| bool | chooseInput | |||
| ) |
Constructs the form. Specifies whether display, audio and input should be allowed to be chosen.
| chooseDisplay | ||
| chooseAudio | ||
| chooseInput |
| void ERY.AgateLib.Utility.SetSystemsForm.SetDefaultDisplay | ( | DriverInfo< DisplayTypeID > | mode | ) |
Sets default.
| mode |
| void ERY.AgateLib.Utility.SetSystemsForm.SetDefaultAudio | ( | DriverInfo< AudioTypeID > | mode | ) |
Sets default.
| mode |
| void ERY.AgateLib.Utility.SetSystemsForm.SetDefaultInput | ( | DriverInfo< InputTypeID > | mode | ) |
Sets default.
| mode |
| void ERY.AgateLib.Utility.SetSystemsForm.AddDisplayType | ( | DriverInfo< DisplayTypeID > | info | ) |
Adds.
| info |
| void ERY.AgateLib.Utility.SetSystemsForm.AddAudioType | ( | DriverInfo< AudioTypeID > | info | ) |
Adds.
| info |
| void ERY.AgateLib.Utility.SetSystemsForm.AddInputType | ( | DriverInfo< InputTypeID > | info | ) |
Adds.
| info |
| override void ERY.AgateLib.Utility.SetSystemsForm.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
DisplayTypeID ERY.AgateLib.Utility.SetSystemsForm.DisplayType [get] |
DisplayTypeID chosen by user.
AudioTypeID ERY.AgateLib.Utility.SetSystemsForm.AudioType [get] |
AudioTypeID chosen by user.
InputTypeID ERY.AgateLib.Utility.SetSystemsForm.InputType [get] |
InputTypeID chosen by user.
|
AgateLib Awesome Game and Tool Engine Library |
|