[][src]Module winit::monitor

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 retreived from an AvailableMonitorsIter, which can be acquired with:

Structs

AvailableMonitorsIter

An iterator over all available monitors.

MonitorHandle

Handle to a monitor.

VideoMode

Describes a fullscreen video mode of a monitor.