| 4962 | } |
| 4963 | |
| 4964 | STEAMAPI_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 | |
| 4969 | STEAMAPI_API void SteamAPI_ISteamHTMLSurface_MouseUp( ISteamHTMLSurface* self, HHTMLBrowser unBrowserHandle, EHTMLMouseButton eMouseButton ) |
| 4970 | { |
nothing calls this directly
no test coverage detected