aboutsummaryrefslogtreecommitdiffstats
path: root/win/monitor.go
Commit message (Collapse)AuthorAgeFilesLines
* Adds the ability to get monitor information through win.GetPrimaryMonitor()8o7wer2019-05-101-0/+42
|
* Revert "Added the ability to get width, height, and refresh rate from the ↵8o7wer2019-05-101-42/+0
| | | | | | monitor through win.GetPrimaryMonitor()." This reverts commit dc5d91b238e9260b2e61224fc8b8cabbb3440323.
* Added the ability to get width, height, and refresh rate from the monitor ↵8o7wer2019-05-101-0/+42
through win.GetPrimaryMonitor(). Added the borderless and maximized options.