MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / SteamAPI_ISteamHTMLSurface_ExecuteJavascript

Function SteamAPI_ISteamHTMLSurface_ExecuteJavascript

dll/flat.cpp:4964–4967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4962}
4963
4964STEAMAPI_API void SteamAPI_ISteamHTMLSurface_ExecuteJavascript( ISteamHTMLSurface* self, HHTMLBrowser unBrowserHandle, const char * pchScript )
4965{
4966 return (get_steam_client()->steam_HTMLsurface)->ExecuteJavascript(unBrowserHandle, pchScript);
4967}
4968
4969STEAMAPI_API void SteamAPI_ISteamHTMLSurface_MouseUp( ISteamHTMLSurface* self, HHTMLBrowser unBrowserHandle, EHTMLMouseButton eMouseButton )
4970{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85
ExecuteJavascriptMethod · 0.80

Tested by

no test coverage detected