5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 02:19:31 +08:00
wails/v3/pkg/events/README.md
2023-10-25 20:17:41 +11:00

418 B

Events

This package is used to generate the event management code and to allow quick addition of events.

Usage

  1. Add events to events.txt
  2. Run task generate:events

Notes

For events that you want to handle manually, add a ! to the end of the event name and add custom code into the appropriate platform. See this PR for an example of how to do this.