`sdl2.ext.displays` - Querying the Connected Displays
=====================================================

This module provides the ``get_displays`` function, which returns a list of
``DisplayInfo`` objects containing information about the names, supported
resolutions, current resolutions, locations, and DPIs of all the connected
displays.

.. automodule:: sdl2.ext.displays
	:members:
