not-fl3 / miniquad

Cross platform rendering in Rust
Apache License 2.0
1.54k stars 173 forks source link

native/linux_wayland: add missing insert_char event #466

Closed narodnik closed 2 months ago

narodnik commented 3 months ago

We do this by using keysyms for WaylandEvent::KeyboardKey directly.

not-fl3 commented 2 months ago

Oh, somehow I missed it, sorry for delay!

Thanks for PR!