Re-enabled ShowFloatingGamepadTextInput

This commit is contained in:
James King 2022-03-18 14:55:35 +01:00
parent 2b15c50fa1
commit 9f0de903d4

View File

@ -292,9 +292,9 @@ public static string FilterText( TextFilteringContext context, SteamId sourceSte
/// </summary> /// </summary>
public static void SetGameLauncherMode( bool mode ) => Internal.SetGameLauncherMode( mode ); public static void SetGameLauncherMode( bool mode ) => Internal.SetGameLauncherMode( mode );
//public void ShowFloatingGamepadTextInput( TextInputMode mode, int left, int top, int width, int height ) public static void ShowFloatingGamepadTextInput( TextInputMode mode, int left, int top, int width, int height )
//{ {
// Internal.ShowFloatingGamepadTextInput( mode, left, top, width, height ); Internal.ShowFloatingGamepadTextInput( mode, left, top, width, height );
//} }
} }
} }