mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 07:08:05 +03:00
Added SteamFriends.RegisterProtocolInOverlayBrowser
This commit is contained in:
parent
6d0cfa1ec8
commit
91d03c957f
@ -350,5 +350,15 @@ namespace Steamworks
|
||||
|
||||
return steamIds.ToArray();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Call this before calling ActivateGameOverlayToWebPage() to have the Steam Overlay Browser block navigations
|
||||
/// to your specified protocol (scheme) uris and instead dispatch a OverlayBrowserProtocolNavigation callback to your game.
|
||||
/// </summary>
|
||||
public static bool RegisterProtocolInOverlayBrowser( string protocol )
|
||||
{
|
||||
return Internal.RegisterProtocolInOverlayBrowser( protocol );
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user