Steamworks.SteamHTMLSurface.KeyChar C# (CSharp) Method

KeyChar() public static method

cUnicodeChar is the unicode character point for this keypress (and potentially multiple chars per press)

public static KeyChar ( HHTMLBrowser unBrowserHandle, uint cUnicodeChar, EHTMLKeyModifiers eHTMLKeyModifiers ) : void
unBrowserHandle HHTMLBrowser
cUnicodeChar uint
eHTMLKeyModifiers EHTMLKeyModifiers
return void
		public static void KeyChar(HHTMLBrowser unBrowserHandle, uint cUnicodeChar, EHTMLKeyModifiers eHTMLKeyModifiers) {
			InteropHelp.TestIfAvailableClient();
			NativeMethods.ISteamHTMLSurface_KeyChar(unBrowserHandle, cUnicodeChar, eHTMLKeyModifiers);
		}