Access Steam features in the Windows WebView2 and Linux CEF exporters. Requires r407.2+ for Windows and r412+ for Linux.
I've implemented the following code to show the Steam Overlay when SHIFT+TAB is pressed:
Keyboard: On TAB pressed (if SHIFT is down and SteamworksWebView2 is availble) -> Show Steam Overlay
However, I'm unsure how to hide the Steam Overlay when SHIFT+TAB is pressed again. Could you advise on how to implement the "un-show" functionality, so that pressing SHIFT+TAB a second time would close or hide the Steam Overlay?
Thanks for your help!