On Orbital, implement KeyEventExtModifiersSupplement

This also fixes `logical_key` and `text` not reported in `KeyEvent`.
This commit is contained in:
Jeremy Soller 2024-02-08 01:55:11 -07:00 committed by GitHub
parent 20687fef1c
commit fedb86ea5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 81 additions and 31 deletions

View file

@ -46,6 +46,7 @@ pub mod pump_events;
macos_platform,
x11_platform,
wayland_platform,
orbital_platform,
docsrs
))]
pub mod modifier_supplement;