mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR updates the macOS 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 macOS 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 ## Tests Adds 2 tests.