mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR updates the Windows engine in order to answer to keyboard pressed state queries from the framework (as implemented in https://github.com/flutter/flutter/pull/122885). ## Related Issue Windows engine implementation for https://github.com/flutter/flutter/issues/87391. Similar to: - Linux: https://github.com/flutter/engine/pull/42346 - Android: https://github.com/flutter/engine/pull/42758 - macOS: https://github.com/flutter/engine/pull/42878 ## Tests Adds 2 tests.