Steamworks (Construct 3 Plugins)

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • 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!