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

/xsrc/external/mit/MesaLib.old/dist/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) argument
5723 PushItemFlag(ImGuiItemFlags_NoTabStop, !allow_keyboard_focus);
/xsrc/external/mit/MesaLib/dist/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) argument
5723 PushItemFlag(ImGuiItemFlags_NoTabStop, !allow_keyboard_focus);

Completed in 48 milliseconds