Steamworks.NativeMethods.ISteamUtils_GetEnteredGamepadTextInput C# (CSharp) Method

ISteamUtils_GetEnteredGamepadTextInput() private method

private ISteamUtils_GetEnteredGamepadTextInput ( IntPtr pchText, uint cchText ) : bool
pchText IntPtr
cchText uint
return bool
		public static extern bool ISteamUtils_GetEnteredGamepadTextInput(IntPtr pchText, uint cchText);
NativeMethods