mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-06 14:07:29 +08:00
improvements code
This commit is contained in:
@ -102,9 +102,6 @@ class MyGame extends BaseGame
|
||||
|
||||
@override
|
||||
void joystickAction(JoystickActionEvent event) {
|
||||
if (event.id == 2 && event.event == ActionEvent.DOWN) {
|
||||
onTap();
|
||||
}
|
||||
print(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user