Added a global cursor, up until now, I didn't have a cursor when mouse-picking outside of the uxn instances :angy:
I realized that I could detect if a specific application will need the Mouse or not, and if it doesn't, like in the case of amiga/wallpaper roms, I can keep drawing the global cursor over the window.
@neauoire How does the detection work?
@arbe it checks to see if there's an event registered for the Mouse device vector
@neauoire Oh, neat! That's much cleaner than the solutions I was imagining
@neauoire What are you listening to in the background of these two posts?
@ddlyh latest savage ga$p
@neauoire the pjw face is awesome lol
I realized that I could detect if a specific application will need the Mouse or not, and if it doesn't, like in the case of amiga/wallpaper roms, I can keep drawing the global cursor over the window.