mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
* new events
* macOS dnd improvements
* wailsio adds for dropzone
* update example
* sorta working
the top 300px of the window are not dropabble for some reason i suspect it has to do with the drag enter/drag leave xy as the performOperation needed to use the ContentView for appropriate X/Y
* implement attribute detection for data-wails-dropzone
* docs
* pass x/y dnd linux
* cleanup exmample
* changelog
* pass all attributes to golang on dragdrop
* filetree example
* fix dnd build windows
* Fix windows dnd
* update docs
* remove debug log
* appease the security bot
* Fix changelog
* Fix changelog
* Revert "Fix event generation issues."
This reverts commit
|
||
|---|---|---|
| .. | ||
| defaults.go | ||
| events.go | ||
| events.h | ||
| events.txt | ||
| events_darwin.go | ||
| events_darwin.h | ||
| events_linux.go | ||
| events_linux.h | ||
| README.md | ||
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.