andlabs/libui

how to handle keyboard events with ui?

sergeytol opened this issue · 2 comments

Is it possible to handle onKeyDown() and other keyboard events with ui somehow? Are there any examples of code?

Sorry it was question for Go ui

It may still be interesting indirectly! For example I use ruby-libui bindings
but just hearing how problems are solved in other programming
language CAN be useful. We sort of need to co-share information,
a bit similar to how StackOverflow can be used (for example I learned
a LOT for ruby-gtk just reading python-gtk specific stuff :D )