Smithay / drm-rs

A low-level abstraction of the Direct Rendering Manager API
MIT License
77 stars 51 forks source link

Add public function to build Event iterator #153

Closed CirrusNeptune closed 1 year ago

CirrusNeptune commented 1 year ago

If a read function other than Device::receive_events() is desired (e.g. tokio AsyncFd), the Event iterator is still usable this way.

Drakulix commented 1 year ago

Thanks!