Steamworks.NativeMethods.ISteamHTMLSurface_KeyChar C# (CSharp) Method

ISteamHTMLSurface_KeyChar() private method

private ISteamHTMLSurface_KeyChar ( HHTMLBrowser unBrowserHandle, uint cUnicodeChar, EHTMLKeyModifiers eHTMLKeyModifiers ) : void
unBrowserHandle HHTMLBrowser
cUnicodeChar uint
eHTMLKeyModifiers EHTMLKeyModifiers
return void
		public static extern void ISteamHTMLSurface_KeyChar(HHTMLBrowser unBrowserHandle, uint cUnicodeChar, EHTMLKeyModifiers eHTMLKeyModifiers);
NativeMethods