| 846 | else |
| 847 | { |
| 848 | _mode = 0; |
| 849 | } |
| 850 | } |
| 851 | |
| 852 | DisplayConfigure::DisplayConfigure(ControlsContainer* parent, bool enableSimulation) : Display(parent) |
| 853 | { |
| 854 | _enableSimulation = enableSimulation; |
| 855 | _keys = nullptr; |
| 856 | Load("RscDisplayConfigure"); |
| 857 | PoseidonAssert(_keys); |
| 858 |
no test coverage detected