5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 06:29:26 +08:00
wails/v3/examples/screen
Lea Anthony 740b2b0979
Fix windows icon for about box.
Add NewRGBA and NewRGB methods.
Added README.md to all examples.
Add roadmap.md to docs
2023-10-09 20:56:19 +11:00
..
assets [v3 windows] Fix screen example 2023-06-11 11:54:32 +10:00
main.go Add some more API docs. Small refactors. 2023-09-24 17:23:24 +10:00
README.md Fix windows icon for about box. 2023-10-09 20:56:19 +11:00

Screen Example

This example will detect all attached screens and display their details.

Running the example

To run the example, simply run the following command:

go run main.go

Status

Platform Status
Mac
Windows Working
Linux