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

Method ExecuteJavascript

dll/steam_HTMLsurface.cpp:156–160  ·  view source on GitHub ↗

run this javascript script in the currently loaded page

Source from the content-addressed store, hash-verified

154
155// run this javascript script in the currently loaded page
156void Steam_HTMLsurface::ExecuteJavascript( HHTMLBrowser unBrowserHandle, const char *pchScript )
157{
158 PRINT_DEBUG_TODO();
159 std::lock_guard<std::recursive_mutex> lock(global_mutex);
160}
161
162// Mouse click and mouse movement commands
163void Steam_HTMLsurface::MouseUp( HHTMLBrowser unBrowserHandle, EHTMLMouseButton eMouseButton )

Calls

no outgoing calls

Tested by

no test coverage detected