Skip to content

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
virtual voidonBeforeFrame()

Friends inherited from Module

Name
classApplication

Public Functions Documentation ​

function createTest ​

cpp
struct ImGuiTest * createTest(
    const char * group,
    const char * name
)

function getShowTestWindow ​

cpp
inline bool & getShowTestWindow()

Updated on 2026-09-11 at 21:24:24 +0000