WebPlatformForEmbedded / WPEBackend-rdk

BSD 2-Clause "Simplified" License
8 stars 38 forks source link

wayland: Fix repeat timeout computing #102

Closed blino closed 6 months ago

blino commented 7 months ago

In the wayland protocol, the rate parameter from the repeat_info event is defined as the rate of repeating keys in characters per second.

This is a frequency and not a timeout.