mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 15:59:54 +08:00

* [windows] Add support for click-through overlay window * update changelog * setIgnoreMouseEvents - exemple * fix - remove unused import * Add macOS+Linux support. Update example. * Fix SetIgnoreMouseEvents before window created. --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
20 lines
319 B
Markdown
20 lines
319 B
Markdown
# Window Example
|
|
|
|
This example is a demonstration of how to disable or enable mouse events.
|
|
|
|
## Running the example
|
|
|
|
To run the example, simply run the following command:
|
|
|
|
```bash
|
|
go run .
|
|
```
|
|
|
|
# Status
|
|
|
|
| Platform | Status |
|
|
|----------|---------|
|
|
| Mac | |
|
|
| Windows | Working |
|
|
| Linux | |
|