Properties_T_WolfCurses_Form_Form_1 - Maxwolf/WolfCurses GitHub Wiki
The Form(TData) generic type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AllowInput | Determines if this dialog state is allowed to receive any input at all, even empty line returns. This is useful for preventing the player from leaving a particular dialog until you are ready or finished processing some data. |
![]() |
InputFillsBuffer | Determines if user input is currently allowed to be typed and filled into the input buffer. |
![]() |
ParentWindow | Current parent game Windows which this state is binded to and is doing work on behalf of. |
![]() |
UserData | Intended to be overridden in abstract class by generics to provide method to return object that contains all the data for parent game Windows. |