mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Clear potential click after mouse button is released.
This commit is contained in:
@@ -46,6 +46,10 @@ void MouseFrame()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if( !s_mouse.mouseDown[i] && !s_mouse.mouseReleased[i] )
|
||||||
|
{
|
||||||
|
s_mouse.mousePotentialClickRelease[i] = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user