Searched refs:FocusWindow (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3091 FocusWindow(window);
3123 FocusWindow(g.MovingWindow);
3168 FocusWindow(NULL);
3173 // (The left mouse button path calls FocusWindow which will lead NewFrame->ClosePopupsOverWindow to trigger)
3826 // We cannot do that on FocusWindow() because childs may not exist yet
4364 FocusWindow(child_window);
4972 FocusWindow(window);
5053 FocusWindow(window);
5358 // Apply focus (we need to call FocusWindow() AFTER setting DC.CursorStartPos so our initial navigation reference rectangle can start around there)
5361 FocusWindow(windo
5576 void ImGui::FocusWindow(ImGuiWindow* window) function in class:ImGui
[all...]
H A Dimgui_widgets.cpp430 FocusWindow(window);
457 FocusWindow(window);
466 FocusWindow(window);
1900 FocusWindow(window);
2332 FocusWindow(window);
2483 FocusWindow(window);
3259 FocusWindow(window);
5567 FocusWindow(window);
H A Dimgui_internal.h820 ImGuiWindow* NavWindow; // Focused window for navigation. Could be called 'FocusWindow'
1322 IMGUI_API void FocusWindow(ImGuiWindow* window);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3091 FocusWindow(window);
3123 FocusWindow(g.MovingWindow);
3168 FocusWindow(NULL);
3173 // (The left mouse button path calls FocusWindow which will lead NewFrame->ClosePopupsOverWindow to trigger)
3826 // We cannot do that on FocusWindow() because childs may not exist yet
4364 FocusWindow(child_window);
4972 FocusWindow(window);
5053 FocusWindow(window);
5358 // Apply focus (we need to call FocusWindow() AFTER setting DC.CursorStartPos so our initial navigation reference rectangle can start around there)
5361 FocusWindow(windo
5576 void ImGui::FocusWindow(ImGuiWindow* window) function in class:ImGui
[all...]
H A Dimgui_widgets.cpp430 FocusWindow(window);
457 FocusWindow(window);
466 FocusWindow(window);
1900 FocusWindow(window);
2332 FocusWindow(window);
2483 FocusWindow(window);
3259 FocusWindow(window);
5567 FocusWindow(window);
H A Dimgui_internal.h820 ImGuiWindow* NavWindow; // Focused window for navigation. Could be called 'FocusWindow'
1322 IMGUI_API void FocusWindow(ImGuiWindow* window);

Completed in 58 milliseconds