Skip to content

Commit

Permalink
Remove extra using
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Dec 28, 2023
1 parent 33aa4d0 commit 40b9429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FNAPlatform/FNAPlatform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Input.Touch;
using SDL2;
#endregion

namespace Microsoft.Xna.Framework
Expand Down Expand Up @@ -266,7 +265,7 @@ ref bool textInputSuppress
public delegate Keys GetKeyFromScancodeFunc(Keys scancode);
public static readonly GetKeyFromScancodeFunc GetKeyFromScancode;

public delegate SDL.SDL_Scancode GetScancodeFromKeyFunc(Keys key);
public delegate SDL2.SDL.SDL_Scancode GetScancodeFromKeyFunc(Keys key);
public static readonly GetScancodeFromKeyFunc GetScancodeFromKey;

public delegate bool IsTextInputActiveFunc();
Expand Down

0 comments on commit 40b9429

Please sign in to comment.