Hey, so for a shop system I’m relying on MouseEnter/Leave events to show the visibility of an item info screen that I have. However, often times even though I hover over a button, it doesn’t fire the MouseEnter event and therefor never makes the item info screen visible. This is a weird behavior I remember having problems with in the past.
Each button is separated by a few pixels, not sure if that’s why, that there isn’t enough padding.
Are there any ‘tricks’ to bypassing this issue? I’d hate having to write up a custom framework to essentially create my own implementation of these events, as that just seems like a waste of time. But if I have to, then I have to I guess.
Thanks!