mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
Allow to disable help and test window functionality
This commit is contained in:
parent
ff5378bd66
commit
2142181c51
3 changed files with 7 additions and 1 deletions
|
|
@ -8778,6 +8778,7 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
|
|||
|
||||
#endif
|
||||
|
||||
#ifndef IMGUI_DISABLE_TEST_WINDOWS
|
||||
//-----------------------------------------------------------------------------
|
||||
// HELP
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
@ -10308,6 +10309,7 @@ static void ShowExampleAppLongText(bool* opened)
|
|||
}
|
||||
|
||||
// End of Sample code
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// FONT DATA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue