mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Clear potential click after mouse button is released.
This commit is contained in:
parent
734b0c25d9
commit
498781b5bf
@ -46,6 +46,10 @@ void MouseFrame()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if( !s_mouse.mouseDown[i] && !s_mouse.mouseReleased[i] )
|
||||||
|
{
|
||||||
|
s_mouse.mousePotentialClickRelease[i] = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user