FancyMenu

FancyMenu

103M Downloads

"Is Element Hovered" to include tab navigation selections

Closed this issue ยท 2 comments

commented

Idea:
When I select a button using tab/arrow key navigation that should count towards the "Is Element Hovered" requirement.

commented

But the element isn't hovered then. It's "focused" ๐Ÿ˜…

commented

Will make this a separate requirement. #1325
This is better, because then you know if the widget is actually getting hovered with the mouse or selected with keys, so you can make tooltips adapt to the current menu navigation method, etc.