mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
748b64049c
Adds repeatCount field to KeyEventChannel.FlutterKeyEvent. We set it to the value returned by KeyEvent.getRepeatCount() and add it to the message passed through the channel with the intention of exposing it in RawKeyEventDataAndroid on the framework side. flutter/flutter#42855