Hilighting focused controls

Hi, I’m a new JUCE user…

Started with a simple application that puts up AudioDeviceSelectorComponent when I press a button. I’m on Windows 10, and the default behavior of tab/shift tab to move between controls definitely works. I just have no idea which control I’m on visibly. I have done nothing w/ look and feel (just using the defaults).

Is there something I need to do to enable that functionality?

As I mentioned Windows 10, VS 2017, JUCE 5.4.3

1 Like

https://docs.juce.com/develop/classComponent.html#a7fd775ea6b1190d5d694fdffa539dfac

Thanks for that info!

So, this isn’t built into components by default? In every dialog, etc I’d need to handle focusOfChildComponentChanged?