How to programmatically open a web site inside a game using Steam overlay browser?
I want to programmatically open a web site page inside a game. E.g. open this url
http://steamcommunity.com/discussions/forum/20/
in Steam browser which is shown directly in game.

How do I do it? What function does it?
Naposledy upravil Dmitriy; 9. pro. 2012 v 7.29
< >
Zobrazeno 12 z 2 komentářů
Found solution by myself, the function needed is:

virtual void ActivateGameOverlayToWebPage( const char *pchURL ) = 0;
in class ISteamFriends

See an example:
CUIGameData::Get()->ExecuteOverlayCommand( "LobbyInvite" );

in Alien Swarm code
I'm not a source developper, but in common, you can use Awesomium SDK to create a in game webpage.BTW, if source dont have enough sdk doc, Awesomium is better choice.
< >
Zobrazeno 12 z 2 komentářů
Na stránku: 1530 50