sudara / melatonin_inspector

A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
MIT License
145 stars 17 forks source link

Show which component has keyboard focus in tree view #22

Closed sudara closed 1 year ago

sudara commented 1 year ago

Right now we show "wantsKeyboard" in the tree view

Until emoji support hits JUCE 7.x (which would let us use ⌨️), it would be nice to highlight which component has keyboard focus somehow.