SWY1985 / CivOne

An open source implementation of Sid Meier's Civilization.
http://www.civone.org/
Creative Commons Zero v1.0 Universal
245 stars 49 forks source link

Hardware cursor visible while pointing at edge pixels #329

Closed AlexFolland closed 7 years ago

AlexFolland commented 7 years ago

While pointing at pixels at the edge of the screen, the hardware cursor is visible. The following linked video portrays this issue.

https://www.youtube.com/watch?v=-dJioE8i-58

SWY1985 commented 7 years ago

It's how the software cursor works right now. It's a difficulty with OpenTK and I'm going to try solving this at a later time.

SWY1985 commented 7 years ago

The fix I wrote for #276 should also resolve this issue, can you please test it and let me know if this works for you?

SWY1985 commented 7 years ago

I have tested this myself and I could no longer see the hardware cursor when pointing at the window edges. I consider this issue resolved.

AlexFolland commented 7 years ago

Yup, confirmed.