Rotate Monitor Hotkey -

rotate_monitor(output_name, rotation)

using System.Runtime.InteropServices;

const int DM_DISPLAYCONFIG = 0x01; const int DC_ORIENTATION = 0x00000001; rotate monitor hotkey

Back
Top