Home
last modified time | relevance | path

Searched refs:PushAllowKeyboardFocus (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h321 …IMGUI_API void PushAllowKeyboardFocus(bool allow_keyboard_focus); // allow f…
Dimgui.cpp5721 void ImGui::PushAllowKeyboardFocus(bool allow_keyboard_focus) in PushAllowKeyboardFocus() function in ImGui
8925 PushAllowKeyboardFocus(false); in LogButtons()