Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.08 KB

readme.md

File metadata and controls

19 lines (13 loc) · 1.08 KB

Display Orientation Switcher

This is a small windows tool which toggles between landscape and portrait mode of the main display device. Currently the program toggles between a rotation of 90 degrees clockwise and the default orientation.

Notice

As stated in Microsoft's documentation the functions used in this program do not support Windows 2000. It is also recommended to use the program in a command-line to see all relevant debug info.

Sources

The documentation provided by Microsoft is sadly a bit rough and undetailed, so I had to look for someone who knew how the functions worked.