run this javascript script in the currently loaded page
| 154 | |
| 155 | // run this javascript script in the currently loaded page |
| 156 | void 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 |
| 163 | void Steam_HTMLsurface::MouseUp( HHTMLBrowser unBrowserHandle, EHTMLMouseButton eMouseButton ) |
no outgoing calls
no test coverage detected