mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-15 08:29:29 +08:00
14 lines
233 B
Markdown
14 lines
233 B
Markdown
# Window Example
|
|
|
|
This example is a demonstration of how to disable or enable mouse events.
|
|
|
|
## Running the example
|
|
|
|
To run the example, run the following command:
|
|
|
|
```bash
|
|
go run .
|
|
```
|
|
|
|
All mouse clicks will pass through the window
|