Expand description
A library to interact with the Windows API for display settings.
This library provides an abstraction around some winuser.h
calls relevant for modifying display settings.
Structs§
- Display
- A struct that represents a display (index)
- Display
Properties - Contains the properties of a display
- Display
Set - A struct that represents a set of displays
- Display
Settings - Contains the settings of a display
- Frequency
- Position
- Contains the position of a display
- Resolution
- Contains the resolution of a display
Enums§
- Display
Error - Error type for the display module
- Display
Properties Error - Error type for the display module
- Fixed
Output - Contains the fixed output of a display
- Orientation
- Contains the orientation of a display
- Parse
Fixed Output Error - Errors that occur while parsing a fixed output from a string
- Parse
Frequency Error - Parse
Orientation Error - Errors that occur while parsing an orientation from a string
- Parse
Position Error - Errors that occur while parsing a position from a string
- Parse
Resolution Error - Errors that occur while parsing a resolution from a string
Functions§
- query_
displays - Returns a list of all displays.
- refresh
- Refreshes the screen to apply the changes