Module glutin::monitor

source ·
Expand description

Types useful for interacting with a user’s monitors.

If you want to get basic information about a monitor, you can use the MonitorHandle type. This is retrieved from one of the following methods, which return an iterator of MonitorHandle:

Structs