Searched refs:SetFocusID (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 564 SetFocusID(id, window); in ButtonBehavior() 575 SetFocusID(id, window); in ButtonBehavior() 587 SetFocusID(id, window); in ButtonBehavior() 618 SetFocusID(id, window); in ButtonBehavior() 2416 SetFocusID(id, window); in DragScalar() 3033 SetFocusID(id, window); 3191 SetFocusID(id, window); 4095 SetFocusID(id, window); in InputTextEx()
|
H A D | imgui_internal.h | 2452 IMGUI_API void SetFocusID(ImGuiID id, ImGuiWindow* window);
|
H A D | imgui.cpp | 8782 // FIXME-NAV: The existence of SetNavID vs SetFocusID properly needs to be clarified/reworked. 8798 void ImGui::SetFocusID(ImGuiID id, ImGuiWindow* window) in SetFocusID() function in ImGui 8803 // Assume that SetFocusID() is called in the context where its window->DC.NavLayerCurrent and window->DC.NavFocusScopeIdCurrent are valid. in SetFocusID() 8804 // Note that window may be != g.CurrentWindow (e.g. SetFocusID call in InputTextEx for multi-line text) in SetFocusID()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 456 SetFocusID(id, window); in ButtonBehavior() 502 SetFocusID(id, window); in ButtonBehavior() 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) in SetFocusID() function in 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. in SetFocusID()
|
Completed in 72 milliseconds