Hi,
is there a way in Kha to get the current mouse position without relying on mouse.notify(..., ..., onMove, ...)
?
I want to implement custom mouse cursors but the problem is that they are lagging a bit behind. I think this is due to the fact that the mouse position changes faster than the drawing rate (or this might have to do with swapping the frontbuffer and the backbuffer), so if there was a way to get the mouse position during drawing that would probably solve the problem (or make it less obvious at least).
I don't think this possibility exists, or does it? Is there perhaps another way around this issue?
Thank you very much