rafaskb / awesome-libgdx

🎮 📝 A curated list of libGDX resources to help developers make awesome games.
https://github.com/rafaskb/awesome-libgdx
Creative Commons Zero v1.0 Universal
1.01k stars 76 forks source link

libGDX hardware cursor #26

Closed dzikoysk closed 3 years ago

dzikoysk commented 4 years ago

Hey, what do you think about linking these snippets:

The following code allows us to use hardware cursor clipped in window on Windows. It reduces popular input lag caused by standard cross-platform catching api.

rafaskb commented 3 years ago

Sounds like a great feature! However it should be a PR to the official libGDX repo in my opinion, not a library per see.

dzikoysk commented 3 years ago

We've discussed about it on libGDX discord and we came to the conclusion that it's not really possible to support this by libGDX due to platform-specific use case of this solution. I've linked it here to leave a trace for people struggling with this unresolved issue, even as a closed topic here. I'm pretty sure that someone may find it really helpful in the future.