Searched refs:CaptureKeyboardFromApp (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h319 ImGui::CaptureKeyboardFromApp(true);
H A Dimgui.h662 IMGUI_API void CaptureKeyboardFromApp(bool want_capture_keyboard_value = true); // attention: misleading name! manually override io.WantCaptureKeyboard flag next frame (said flag is entirely left for your application to handle). e.g. force capture keyboard when your widget is being hovered. This is equivalent to setting "io.WantCaptureKeyboard = want_capture_keyboard_value"; after the next NewFrame() call.
H A Dimgui_demo.cpp2498 ImGui::CaptureKeyboardFromApp(true);
2502 ImGui::CaptureKeyboardFromApp(false);
H A Dimgui.cpp4196 void ImGui::CaptureKeyboardFromApp(bool capture) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h321 ImGui::CaptureKeyboardFromApp(true);
H A Dimgui.h662 IMGUI_API void CaptureKeyboardFromApp(bool want_capture_keyboard_value = true); // attention: misleading name! manually override io.WantCaptureKeyboard flag next frame (said flag is entirely left for your application to handle). e.g. force capture keyboard when your widget is being hovered. This is equivalent to setting "io.WantCaptureKeyboard = want_capture_keyboard_value"; after the next NewFrame() call.
H A Dimgui.cpp4196 void ImGui::CaptureKeyboardFromApp(bool capture) function in class:ImGui

Completed in 57 milliseconds