mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
Merge branch 'allow-to-disable-test-window' of https://github.com/mmozeiko/imgui into mmozeiko-allow-to-disable-test-window
This commit is contained in:
commit
5600ef9701
3 changed files with 7 additions and 1 deletions
|
|
@ -8807,6 +8807,7 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
|
|||
|
||||
#endif
|
||||
|
||||
#ifndef IMGUI_DISABLE_TEST_WINDOWS
|
||||
//-----------------------------------------------------------------------------
|
||||
// HELP
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
@ -10339,6 +10340,7 @@ static void ShowExampleAppLongText(bool* opened)
|
|||
}
|
||||
|
||||
// End of Sample code
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// FONT DATA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue