Skip to content

A small windows tool for toggling the display orientation.

Notifications You must be signed in to change notification settings

s-fxx/Display-Orientation-Switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.