mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +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.mouseDown[button] = false;
|
||||||
s_mouse.mouseClicked[button] = false;
|
s_mouse.mouseClicked[button] = false;
|
||||||
s_mouse.mouseDragging[button] = false;
|
s_mouse.mouseDragging[button] = false;
|
||||||
s_mouse.mouseDragDelta[button] = ImVec2( 0, 0 );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsMouseClickReleased( ImGuiMouseButton button )
|
bool IsMouseClickReleased( ImGuiMouseButton button )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user