Properties_T_WolfCurses_Form_IForm - Maxwolf/WolfCurses GitHub Wiki
The IForm 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. |
![]() |
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. |