Dmitriy 2012 年 12 月 9 日 上午 4:07
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://psteamcommunity.yuanyoumao.com/discussions/forum/20/
in Steam browser which is shown directly in game.

How do I do it? What function does it?
最后由 Dmitriy 编辑于; 2012 年 12 月 9 日 上午 7:29
< >
正在显示第 1 - 2 条,共 2 条留言
Dmitriy 2012 年 12 月 9 日 上午 8:19 
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
Freelancer 2012 年 12 月 25 日 上午 7:50 
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.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50