Page 1 of 1

Does latest CEF support transparent windowed rendering?

PostPosted: Thu Apr 05, 2018 5:31 pm
by bango
Hi,
I'm on Windows 10, CEF 3239. Currently i'm using off-screen rendering with window_info.SetAsWindowless(), but it has problem with touch screen gestures.
I switched to window rendering with SetAsChild(), it solved the touch screen problem. But now I can't set the background of the child to be transparent anymore.
Some guy in this topic said that latest CEF supports transparent windowed rendering on Linux: viewtopic.php?f=6&t=14854
Does latest CEF support transparent windowed rendering yet? Do you have any plan to support on Windows?

Thanks

Re: Does latest CEF support transparent windowed rendering?

PostPosted: Tue Sep 08, 2020 7:07 am
by yosoymin
I've found a way this is possible using views framework and a simple modification in CEF code. This is working in Windows and Linux. More info in this thread: https://www.magpcss.org/ceforum/viewtop ... =8&t=17421