5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 19:30:10 +08:00
wails/v3/examples/ignore-mouse/README.md
bruxaodev fbcce0b20c
[windows] Add support for click-through overlay window (#3667)
* [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>
2024-08-18 20:50:22 +10:00

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 | |