flutter/dev/manual_tests
Greg Spencer 141d6e1394
Add support for detecting which modifier keys have been pressed on RawKeyboardEvents (#26265)
This adds some functions to the interface for RawKeyEventData and all subclasses that allow the recipient of an event to determine which modifier keys are currently being pressed without needing to know the specific modifier bitmasks for the platform.

Also adds constants for the modifier bitmasks for each platform, for completeness (and because I needed them anyhow to implement the above).

Added tests for the RawKeyEventData subclasses, and modified the raw_keyboard manual test app to show modifier keys being pressed. I also separated the different platform-specific subclasses into separate files.

Fixes #26155.
2019-01-11 13:41:45 -08:00
..
android newly created apps / plugins should use latest gradle dependencies (#22790) (#23314) 2018-10-19 19:07:06 -07:00
ios Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
lib Add support for detecting which modifier keys have been pressed on RawKeyboardEvents (#26265) 2019-01-11 13:41:45 -08:00
test add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
pubspec.yaml Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00