Properties_T_WolfCurses_SimulationApp - Maxwolf/WolfCurses GitHub Wiki
The SimulationApp type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AllowedWindows | Determines what windows the simulation will be capable of using and creating using the window managers factory. |
![]() |
InputManager | Handles input from the users keyboard, holds an input buffer and will push it to the simulation when return key is pressed. |
![]() |
IsClosing | Determines if the simulation is currently closing down. |
![]() |
Random | Used for rolling the virtual dice in the simulation to determine the outcome of various events. |
![]() |
SceneGraph | Shows the current state of the simulation as text only interface (TUI). Uses default constants if the attached Windows or state does not override this functionality and it is ticked. |
![]() |
WindowManager | Keeps track of the currently attached game Windows, which one is active, and getting text user interface data. |