mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Re-enabled ShowFloatingGamepadTextInput
This commit is contained in:
parent
2b15c50fa1
commit
9f0de903d4
@ -292,9 +292,9 @@ public static string FilterText( TextFilteringContext context, SteamId sourceSte
|
||||
/// </summary>
|
||||
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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user