Added IsItemEdited() to query if the last item modified its value (or was pressed). This is equivalent to the bool returned by most widgets. It is useful in some situation e.g. using InputText() with ImGuiInputTextFlags_EnterReturnsTrue. (#2034)
|
---|
|
CHANGELOG.txt |
---|
imgui.cpp |
---|
imgui.h |
---|
imgui_demo.cpp |
---|