diff --git a/Facepunch.Steamworks/SteamUtils.cs b/Facepunch.Steamworks/SteamUtils.cs index 71444dc..dffd15f 100644 --- a/Facepunch.Steamworks/SteamUtils.cs +++ b/Facepunch.Steamworks/SteamUtils.cs @@ -292,9 +292,9 @@ namespace Steamworks /// public static void SetGameLauncherMode( bool mode ) => Internal.SetGameLauncherMode( mode ); - //public void ShowFloatingGamepadTextInput( TextInputMode mode, int left, int top, int width, int height ) - //{ - // Internal.ShowFloatingGamepadTextInput( mode, left, top, width, height ); - //} + public static void ShowFloatingGamepadTextInput( TextInputMode mode, int left, int top, int width, int height ) + { + Internal.ShowFloatingGamepadTextInput( mode, left, top, width, height ); + } } }