mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Drag delta (accumulated) shouldn't be consumed.
This commit is contained in:
parent
b33445c073
commit
7d34350bf3
@ -74,7 +74,6 @@ void ConsumeMouseEvents( ImGuiMouseButton button )
|
||||
s_mouse.mouseDown[button] = false;
|
||||
s_mouse.mouseClicked[button] = false;
|
||||
s_mouse.mouseDragging[button] = false;
|
||||
s_mouse.mouseDragDelta[button] = ImVec2( 0, 0 );
|
||||
}
|
||||
|
||||
bool IsMouseClickReleased( ImGuiMouseButton button )
|
||||
|
Loading…
x
Reference in New Issue
Block a user