Empeld
Empeld plugin documentation.
|
Top level ui2 control More...
Public Member Functions | |
IUI2Control | LoadControl (string filename) |
Loads a control (Doesn't add it to the screen) More... | |
void | AddControl (IUI2Control control) |
Add control to the screen More... | |
void | RemoveControl (IUI2Control control) |
Removes a control More... | |
void | CaptureInput () |
Capture input to UI More... | |
void | ReleaseInput () |
Release input from UI More... | |
Top level ui2 control
Attribute: Injectable
void pluginbase.Objects.UI2.IUI2Screen.AddControl | ( | IUI2Control | control | ) |
Add control to the screen
control | Control. |
void pluginbase.Objects.UI2.IUI2Screen.CaptureInput | ( | ) |
Capture input to UI
IUI2Control pluginbase.Objects.UI2.IUI2Screen.LoadControl | ( | string | filename | ) |
Loads a control (Doesn't add it to the screen)
filename | Filename. |
void pluginbase.Objects.UI2.IUI2Screen.ReleaseInput | ( | ) |
Release input from UI
void pluginbase.Objects.UI2.IUI2Screen.RemoveControl | ( | IUI2Control | control | ) |
Removes a control
control | Control. |