Kodi Community Forum
Worst pointer implementation ever? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Worst pointer implementation ever? (/showthread.php?tid=198259)



Worst pointer implementation ever? - forivon - 2014-06-20

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?


RE: Worst pointer implementation ever? - jmarshall - 2014-06-21

XBMC isn't a desktop application. Use something appropriate to your use case if you don't like how the pointer responds.