Tooltip on controller/keyboard focus?

Hello! I have controller support for my game, and recently added a screen with various icons that the player can mouse over to show more information.

I know how to handle focus and navigation, but I can’t find anything useful for manually drawing or hiding tooltips, and currently they’re entirely tied to move-over events.

Is there any way to trigger tooltips to draw during focus?
Maybe I can somehow have the mouse invisibly move over the icon in question as a workaround?

Edit: Turns out getting focus to work on grid elements isn’t straight forward either. I made the widget focusable and set the first in the array to be focused, it never is.


1 Like