FrankByte

Results 3 comments of FrankByte

Thank you! If I use win+P to set it to the main screen to laptop only, a black screen will also appear. Looking forward to your reply!

I captured the event using QAbstractNativeEventFilter, but I haven’t found a suitable way to reconnect the context later. Thanks! bool nativeEventFilter(const QByteArray& event_type, void* message, long* result) { #ifdef Q_OS_WIN...

I fixed the issue by recreating a new Aspect_NeutralWindow(). Thanks!