flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
9.29k stars 914 forks source link

docs: Add events import in space shooter tutorial step_2 #3231

Closed TravisC671 closed 4 months ago

TravisC671 commented 4 months ago

DragUpdateInfo is included in the events package but is not in the docs.

Description

When following the shooter tutorial I had issues cause the DragUpdateInfo was undefined. upon further investigation I found that it was in the event import instead

Checklist

Breaking Change?

Related Issues