Searched refs:SetFocusID (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 456 SetFocusID(id, window); 502 SetFocusID(id, window); 1899 SetFocusID(id, window); 2331 SetFocusID(id, window); 2482 SetFocusID(id, window); 3258 SetFocusID(id, window);
|
| H A D | imgui_internal.h | 1366 IMGUI_API void SetFocusID(ImGuiID id, ImGuiWindow* window);
|
| H A D | imgui.cpp | 2658 // FIXME-NAV: The existence of SetNavID/SetNavIDWithRectRel/SetFocusID is incredibly messy and confusing and needs some explanation or refactoring. 2659 void ImGui::SetFocusID(ImGuiID id, ImGuiWindow* window) function in class:ImGui 2664 // Assume that SetFocusID() is called in the context where its NavLayer is the current layer, which is the case everywhere we call it.
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 456 SetFocusID(id, window); 502 SetFocusID(id, window); 1899 SetFocusID(id, window); 2331 SetFocusID(id, window); 2482 SetFocusID(id, window); 3258 SetFocusID(id, window);
|
| H A D | imgui_internal.h | 1366 IMGUI_API void SetFocusID(ImGuiID id, ImGuiWindow* window);
|
| H A D | imgui.cpp | 2658 // FIXME-NAV: The existence of SetNavID/SetNavIDWithRectRel/SetFocusID is incredibly messy and confusing and needs some explanation or refactoring. 2659 void ImGui::SetFocusID(ImGuiID id, ImGuiWindow* window) function in class:ImGui 2664 // Assume that SetFocusID() is called in the context where its NavLayer is the current layer, which is the case everywhere we call it.
|
Completed in 67 milliseconds