Lines Matching defs:Current
116 extern IMGUI_API ImGuiContext* GImGui; // Current implicit ImGui context pointer
641 int Current;
656 Current = 0;
670 ImFont* Font; // Current/default font (optional, for simplified AddText overload)
671 float FontSize; // Current/default font size (optional, for simplified AddText overload)
1067 ImGuiNavLayer NavLayerCurrent; // Current layer, 0..31 (we currently only use 0..1)
1093 ImGuiColumnsSet* ColumnsSet; // Current columns set
1134 ImVec2 Size; // Current size (==SizeFull or collapsed title bar size)
1159 signed char ResizeBorderHeld; // Current border being held for resize (-1: none, otherwise 0-3)
1178 ImRect ClipRect; // Current clipping rectangle. = DrawList->clip_rect_stack.back(). Scissoring / clipping rectangle. x1, y1, x2, y2.