mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
docs: Fix a typo on the docs where global was written as game (#2898)
A simple typo fix on the docs.
This commit is contained in:
@ -180,7 +180,7 @@ GameWidget(
|
||||
## Event coordinate system
|
||||
|
||||
On events that have positions, like for example `Tap*` or `Drag`, you will notice that the
|
||||
`eventPosition` attribute includes 2 fields: `game` and `widget`. Below you will find a brief
|
||||
`eventPosition` attribute includes 2 fields: `global` and `widget`. Below you will find a brief
|
||||
explanation about each of them.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user