TestModule
#include "GUI/Test/TestModule.h"
Inherits from Module
Public Functions
| Name | |
|---|---|
| struct ImGuiTest * | createTest(const char * group, const char * name) |
| bool & | getShowTestWindow() |
Additional inherited members
Public Functions inherited from Module
| Name | |
|---|---|
| Module() =default | |
| virtual | ~Module() =default |
Friends inherited from Module
| Name | |
|---|---|
| class | Application |
Public Functions Documentation
function createTest
cpp
struct ImGuiTest * createTest(
const char * group,
const char * name
)struct ImGuiTest * createTest(
const char * group,
const char * name
)function getShowTestWindow
cpp
inline bool & getShowTestWindow()inline bool & getShowTestWindow()Updated on 2025-09-07 at 16:13:50 +0000