Hi all, I would like to know how to rotate screen programmatically in C++? So far I've searched and tried from git hub or apple open source, both directed to the same program using CGDisplayIOServicePort() and IOServiceRequestProbe() but IOServiceRequestProbe() always returns 0x10000003 on Apple M1 which I cannot find the error is. There is somehow a comment that "We will get an error if the target display doesn't support the kIOFBSetTransform option for IOServiceRequestProbe()" but I cannot find out how to resolve this. Thanks in advance.