mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
DragDrop: Removed IsDragDropActive() (introduced a few days ago, revert 06bea369c0) as our use case doesn't need it anymore. Will add it if there is a real need.
This commit is contained in:
parent
a7deb3a394
commit
0a0b252bb6
2 changed files with 0 additions and 7 deletions
|
|
@ -11468,12 +11468,6 @@ void ImGui::EndDragDropTarget()
|
|||
IM_ASSERT(g.DragDropActive);
|
||||
}
|
||||
|
||||
bool ImGui::IsDragDropActive()
|
||||
{
|
||||
ImGuiContext& g = *GImGui;
|
||||
return g.DragDropActive;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// PLATFORM DEPENDENT HELPERS
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue