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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h612 IMGUI_API bool IsItemDeactivatedAfterEdit(); // was the last item just made inactive and made a value change when it was active? (e.g. Slider/Drag moved). Useful for Undo/Redo patterns with widgets that requires continuous editing. Note that you may get false positives (some widgets such as Combo()/ListBox()/Selectable() will return true even when clicking an already selected item).
1491 static inline bool IsItemDeactivatedAfterChange() { return IsItemDeactivatedAfterEdit(); }
H A Dimgui_demo.cpp1484 ImGui::IsItemDeactivatedAfterEdit(),
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).
2712 // This marking is solely to be able to provide info for IsItemDeactivatedAfterEdit().
4236 bool ImGui::IsItemDeactivatedAfterEdit() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h612 IMGUI_API bool IsItemDeactivatedAfterEdit(); // was the last item just made inactive and made a value change when it was active? (e.g. Slider/Drag moved). Useful for Undo/Redo patterns with widgets that requires continuous editing. Note that you may get false positives (some widgets such as Combo()/ListBox()/Selectable() will return true even when clicking an already selected item).
1491 static inline bool IsItemDeactivatedAfterChange() { return IsItemDeactivatedAfterEdit(); }
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).
2712 // This marking is solely to be able to provide info for IsItemDeactivatedAfterEdit().
4236 bool ImGui::IsItemDeactivatedAfterEdit() function in class:ImGui

Completed in 56 milliseconds