|
IrrIMGUI
0.3.1
|
Contains definitions for Dependency Injection. More...
Typedefs | |
| typedef IrrIMGUI::IIMGUIHandle *( | IMGUIFactory) (irr::IrrlichtDevice *pDevice, IrrIMGUI::CIMGUIEventStorage *pEventStorage, IrrIMGUI::SIMGUISettings const *pSettings) |
| The type of the IMGUI factory function. More... | |
Functions | |
| void | setIMGUIFactory (IMGUIFactory *pFactoryFunction) |
| IMGUIFactory * | getIMGUIFactory (void) |
Variables | |
| static IMGUIFactory * | pIMGUIFactoryFunction = IrrIMGUI::Private::createRealIMGUI |
| Stores the factory function, that should be used for creating an IIMGUIHandle instances. More... | |
Contains definitions for Dependency Injection.
|
static |
Stores the factory function, that should be used for creating an IIMGUIHandle instances.
Definition at line 54 of file IrrIMGUIInject.cpp.
1.8.10