Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h321 ImGui::CaptureKeyboardFromApp(true); in DrawContents()
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) in CaptureKeyboardFromApp() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h893 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.cpp5544 ImGui::CaptureKeyboardFromApp(true);
5548 ImGui::CaptureKeyboardFromApp(false);
H A Dimgui.cpp4860 void ImGui::CaptureKeyboardFromApp(bool capture) in CaptureKeyboardFromApp() function in ImGui

Completed in 74 milliseconds