mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 15:15:51 +01:00
418 B
418 B
Events
This package is used to generate the event management code and to allow quick addition of events.
Usage
- Add events to
events.txt - 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.