Skip to content

Commit

Permalink
Update EVENT_DISPATCH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vygr committed Dec 8, 2021
1 parent 1cabc46 commit 0ed7981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EVENT_DISPATCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ these three event blocks for each of the 3 button bars in this UI tree.
```

The UI macros build our widget tree for us and automate calling the View class
`:connect` methods for the buttons on the button bars. When these buttons are
`:connect` method for the buttons on the button bars. When these buttons are
clicked we will receive an `+ev_type_action` typed event with the
`+ev_msg_target_id` field containing our declared constants.

Expand Down

0 comments on commit 0ed7981

Please sign in to comment.