Kodi Community Forum

Full Version: Worst pointer implementation ever?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is it with the mouse pointer? It has bad reaction times, is laggy and doesn't disappear correctly when working with multiple screens.
It seems like the pointer actually is a sprite that is moved over the screen when you move the mouse, which seems to be pretty inefficient.

So how about calling SetCursor() instead?
XBMC isn't a desktop application. Use something appropriate to your use case if you don't like how the pointer responds.