NIPAH

Results 2 comments of NIPAH

> It's not just the font that's a problem, I always knew ImGui as a pixel perfect UI but something is wrong now > ![ShareX_XAbpXWvoqo](https://user-images.githubusercontent.com/25551312/123242416-eaf74f00-d4d9-11eb-952c-646406533d1e.png) > Some characters are just...

I found a solution that seems to work fine afterwards, just use the code below, for me it worked: var mstate = Mouse.GetState(); Vector2 mpos = new Vector2(mstate.X, mstate.Y); mpos...