mirror of
https://github.com/Drezil/imgui.git
synced 2025-11-11 10:11:05 +01:00
Tweaked IMGUI_DISABLE_TEST_WINDOWS so it doesn't show in ImGui.h
This commit is contained in:
@@ -8807,7 +8807,14 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef IMGUI_DISABLE_TEST_WINDOWS
|
||||
#ifdef IMGUI_DISABLE_TEST_WINDOWS
|
||||
|
||||
void ImGui::ShowUserGuide() {}
|
||||
void ImGui::ShowStyleEditor() {}
|
||||
void ImGui::ShowTestWindow() {}
|
||||
|
||||
#else
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// HELP
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user