ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Input device hotplug #105

Open CRImier opened 5 years ago

CRImier commented 5 years ago

In order to have, say, on-demand QWERTY keyboard support, we need to be able to add input devices at any point - not just when ZPUI starts. InputListener isn't really capable of that yet, but it's the exact place where we would need to add support for it.

CRImier commented 5 years ago

9bfeb7044 , for a start