I’m trying to get a tooltip to show when hovering over a button by making a button trigger a command, but the tooltip does not show up.
powerButton->setCommandToTrigger(commandManager, CommandIDs::play, true);
I have never used tooltips before, so is there some additional setup needed that I am missing?