Searched refs:WriteAccessed (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1152 bool WriteAccessed; // Set to true when any widget access the current window member in struct:ImGuiWindow 1319 inline ImGuiWindow* GetCurrentWindow() { ImGuiContext& g = *GImGui; g.CurrentWindow->WriteAccessed = true; return g.CurrentWindow; }
|
| H A D | imgui.cpp | 2517 WriteAccessed = false; 2856 if (window->DC.LastItemId == window->MoveId && window->WriteAccessed) 3518 window->WriteAccessed = false; 3793 if (g.CurrentWindow && !g.CurrentWindow->WriteAccessed) 5455 window->WriteAccessed = false; 9393 ImGui::BulletText("Active: %d/%d, WriteAccessed: %d, BeginOrderWithinContext: %d", window->Active, window->WasActive, window->WriteAccessed, (window->Active || window->WasActive) ? window->BeginOrderWithinContext : -1);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1152 bool WriteAccessed; // Set to true when any widget access the current window member in struct:ImGuiWindow 1319 inline ImGuiWindow* GetCurrentWindow() { ImGuiContext& g = *GImGui; g.CurrentWindow->WriteAccessed = true; return g.CurrentWindow; }
|
| H A D | imgui.cpp | 2517 WriteAccessed = false; 2856 if (window->DC.LastItemId == window->MoveId && window->WriteAccessed) 3518 window->WriteAccessed = false; 3793 if (g.CurrentWindow && !g.CurrentWindow->WriteAccessed) 5455 window->WriteAccessed = false; 9393 ImGui::BulletText("Active: %d/%d, WriteAccessed: %d, BeginOrderWithinContext: %d", window->Active, window->WasActive, window->WriteAccessed, (window->Active || window->WasActive) ? window->BeginOrderWithinContext : -1);
|
Completed in 42 milliseconds