FlafyDev / wayland_shell

MIT License
1 stars 1 forks source link

Automatic keyboard interactivity #3

Open darkwater opened 3 months ago

darkwater commented 3 months ago

We should have something like a wrapper around TextField or whatever (something with FocusNode?) to automatically manage keyboard interactivity, eg. KeyboardInteractivity.none by default, but temporarily set to .exclusive or .onDemand while a text widget is focussed.