From b562c0d66e68f825722a59a3e9e38563b9fe999c Mon Sep 17 00:00:00 2001 From: Jochum van der Ploeg Date: Tue, 26 Apr 2022 15:26:16 +0200 Subject: [PATCH] feat: add mobile touch controls --- test/game/pinball_game_test.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/game/pinball_game_test.dart b/test/game/pinball_game_test.dart index ed2717b1..85c28e2d 100644 --- a/test/game/pinball_game_test.dart +++ b/test/game/pinball_game_test.dart @@ -307,8 +307,6 @@ void main() { expect(flippers.first.body.linearVelocity.y, isNegative); - final tapUpEvent = MockTapUpInfo(); - game.onTapCancel(); await game.ready();