Roll Engine from 8034050e7810 to 60d0fdfa2232 (18 revisions) (#91907)

This commit is contained in:
Kaushik Iska 2021-10-15 11:21:32 -07:00 committed by GitHub
parent a82c50f1f6
commit 461a316388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8034050e78101d23069091bc153e5e93309d3247 60d0fdfa2232bfc9f3a51f79cb5e9c7139bebd43

View File

@ -75,6 +75,7 @@ void main() {
return false; return false;
}); });
// While ShiftLeft is held (the event of which was skipped), press keyA. // While ShiftLeft is held (the event of which was skipped), press keyA.
// ignore: prefer_const_declarations
final Map<String, dynamic> rawMessage = kIsWeb ? ( final Map<String, dynamic> rawMessage = kIsWeb ? (
KeyEventSimulator.getKeyData( KeyEventSimulator.getKeyData(
LogicalKeyboardKey.keyA, LogicalKeyboardKey.keyA,