Nav: Standardized FIXME-NAV marker.

This commit is contained in:
omar
2018-01-12 19:13:15 +01:00
parent f7b10fc954
commit 0a98202714
2 changed files with 7 additions and 7 deletions

View File

@ -912,7 +912,7 @@ struct IMGUI_API ImGuiWindow
ImGuiWindow* RootNavWindow; // Generally point to ourself. If we are a child window with the ImGuiWindowFlags_NavFlattenedChild flag, point to parent. Used to display TitleBgActive color and for selecting which window to use for NavWindowing.
// Navigation / Focus
// FIXME-NAVIGATION: Merge all this with the new Nav system, at least the request variables should be moved to ImGuiContext
// FIXME-NAV: Merge all this with the new Nav system, at least the request variables should be moved to ImGuiContext
int FocusIdxAllCounter; // Start at -1 and increase as assigned via FocusItemRegister()
int FocusIdxTabCounter; // (same, but only count widgets which you can Tab through)
int FocusIdxAllRequestCurrent; // Item being requested for focus