5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 00:43:14 +08:00
wails/mkdocs-website/docs/en/API/application_screens.md
2024-03-18 20:47:33 +11:00

468 B

GetPrimaryScreen

API: GetPrimaryScreen() (*Screen, error)

GetPrimaryScreen() returns the primary screen of the system.

GetScreens

API: GetScreens() ([]*Screen, error)

GetScreens() returns information about all screens attached to the system.

This is a brief summary of the exported methods in the provided App struct. Do note that for more detailed functionality or considerations, refer to the actual Go code or further internal documentation.