Skip to content

Commit 1ef7f62

Browse files
authored
better wording
1 parent b99e2cc commit 1ef7f62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorials/migrate-v5.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ Note that this has nothing to do with GD's main thread, event listeners will alw
103103
104104
### `GlobalEvent`
105105
106-
If you have an Event with a filter, it's not possible to have a listener for any filter args. In those cases, you should use `GlobalEvent`.
106+
If you have an `Event` with filter args, it's not possible to have an unfiltered listener (aka a listener that receives every event, regardless of the args). \
107+
In those cases, you should use `GlobalEvent`.
107108
108109
```cpp
109110
// std::string is a filter arg

0 commit comments

Comments
 (0)