Home
last modified time | relevance | path

Searched refs:IsItemEdited (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h609 IMGUI_API bool IsItemEdited(); // did the last item modify its underlying value this frame? or was pressed? This is generally the same as the "bool" return value of many widgets.
H A Dimgui.cpp381 - 2018/08/22 (1.63) - renamed IsItemDeactivatedAfterChange() to IsItemDeactivatedAfterEdit() for consistency with new IsItemEdited() API. Kept redirection function (will obsolete soonish as IsItemDeactivatedAfterChange() is very recent).
4281 bool ImGui::IsItemEdited() in IsItemEdited() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h842 IMGUI_API bool IsItemEdited(); // did the last item modify its underlying value this frame? or was pressed? This is generally the same as the "bool" return value of many widgets.
H A Dimgui_demo.cpp2246 "IsItemEdited() = %d\n" in ShowDemoWindowWidgets()
2265 ImGui::IsItemEdited(), in ShowDemoWindowWidgets()
H A Dimgui.cpp509 - 2018/08/22 (1.63) - renamed IsItemDeactivatedAfterChange() to IsItemDeactivatedAfterEdit() for consistency with new IsItemEdited() API. Kept redirection function (will obsolete soonish as IsItemDeactivatedAfterChange() is very recent).
4953 bool ImGui::IsItemEdited() in IsItemEdited() function in ImGui

Completed in 71 milliseconds