G_WolfCurses_Form - Maxwolf/WolfCurses GitHub Wiki
Attached to windows, forms require you assign their parent window using an attribute so they can be reflected over during runtime.
Namespace | Description |
---|---|
WolfCurses.Form | Attached to windows, forms require you assign their parent window using an attribute so they can be reflected over during runtime. |
WolfCurses.Form.Input | Prefab form that deals with user input like a dialog box would. Provides overrides for checking if TRUE or FALSE, also can be configured to just be a prompt and wait for ANY KEY to be pressed to continue. |