Searched refs:is_paste (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3364 const bool is_paste = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_V)) || (is_shift_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && is_editable; local in function:ImGui::InputTextEx
3437 else if (is_paste)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3364 const bool is_paste = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_V)) || (is_shift_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && is_editable; local in function:ImGui::InputTextEx
3437 else if (is_paste)

Completed in 26 milliseconds