Home
last modified time | relevance | path

Searched refs:allow_keyboard_focus (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h321 IMGUI_API void PushAllowKeyboardFocus(bool allow_keyboard_focus); // allow focusing using TAB/Shift-TAB, enabled by default but you can disable it for certain widgets
H A Dimgui.cpp5721 void ImGui::PushAllowKeyboardFocus(bool allow_keyboard_focus) in PushAllowKeyboardFocus() argument
5723 PushItemFlag(ImGuiItemFlags_NoTabStop, !allow_keyboard_focus); in PushAllowKeyboardFocus()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h410 IMGUI_API void PushAllowKeyboardFocus(bool allow_keyboard_focus); // == tab stop enable. Allow focusing using TAB/Shift-TAB, enabled by default but you can disable it for certain widgets
H A Dimgui.cpp6673 void ImGui::PushAllowKeyboardFocus(bool allow_keyboard_focus) in PushAllowKeyboardFocus() argument
6675 PushItemFlag(ImGuiItemFlags_NoTabStop, !allow_keyboard_focus); in PushAllowKeyboardFocus()

Completed in 61 milliseconds