tpecholt / imrad

ImRAD is a GUI builder for the ImGui library
GNU General Public License v3.0
872 stars 26 forks source link

Edit default property without focus #18

Closed tpecholt closed 1 year ago

tpecholt commented 1 year ago

When no Property Grid Input is active but user presses an alphabetic key the default property input should be activated and receive it. For example TopWindow's default property is title, Button's default property is label. The default property doesn't need to be selected with mouse so it saves some mouse time.