ceifa / steamworks.js

A steamworks implementation for nw.js/electron games
MIT License
402 stars 66 forks source link

Feature Request: Callback for GameOverlayActivated #47

Open Spillmaker opened 1 year ago

Spillmaker commented 1 year ago

Helloh!

Nice project, finally something more up to date than Greenworks :)

Would it be possible to add the callback for GameOverlayActivated? https://partner.steamgames.com/doc/api/ISteamFriends#GameOverlayActivated_t

Would be nice to be able to know whenever the overlay is opened and or closed.

smjnab commented 11 months ago

A small bump on this. I have tried to find a way to know if the overlay is active, but can't seem to find a way to do so. Use case is to pause the game when the overlay is active. I got this requested by Steam during review of a submission. Not a demand to be approved, but as suggested improvement and expected behaviour on my type of game.