#include <MockGUI.h>
sw::gui::MockGUI::MockGUI |
( |
| ) |
|
|
explicit |
virtual sw::gui::MockGUI::~MockGUI |
( |
| ) |
|
|
virtualdefault |
MockGUI * sw::gui::MockGUI::Create |
( |
| ) |
|
|
static |
Initializes native GUI.
- Returns
- Returns false if initialization failed.
Implements sw::gui::INativeGUI.
bool sw::gui::MockGUI::MainLoop |
( |
bool |
blockingMode | ) |
|
|
overridevirtual |
Invokes main loop of native GUI.
- Returns
- Returns true if application should close.
Implements sw::gui::INativeGUI.
Initalize native api for this gui system and return IInput object. GUI can use native input api for specific gui system or provide different library to deal directly with hardware. Classes derived from INativeGUI are reposible for updating native inputs in main loop. In case of using separate hardware input library INativeGUI does nothing.
Implements sw::gui::INativeGUI.
The documentation for this class was generated from the following files: