exellian / rui

Rust framework for building modern ui
3 stars 0 forks source link

Retrieve human interface device events on wayland #44

Open aberratic opened 2 years ago

aberratic commented 2 years ago

As of now only window events are being handled by the Wayland platform integration. It would be nice if our apps could also react on mouse (wayland term: pointer), keyboard and touch events.

exellian commented 2 years ago

I would do this after the event handling design is clear because currently no platform does support mouse and key events and we should implement this feature on all platforms together