For the game im currently developing, i want to use a custom cursor, but i got problems with the functionality of the cursor.
I just got the MouseButtonDown/Up events working, but the MouseOver events dont work. (need them for a hover effect)
I tried to disable all events, but it still doesnt work.
What can i do to keep the full functionality of the mouse while having a custom cursor?
Posting quite a lot of questions/problems right now, maybe i should slow down a bit ^^