Skip to content

Commit

Permalink
Fix public API
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Oct 10, 2023
1 parent 9187ad8 commit 5e33e78
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#nullable enable
static Silk.NET.Input.Sdl.SdlInput.Use() -> void
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#nullable enable
static Silk.NET.Input.Sdl.SdlInput.Use() -> void
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#nullable enable
static Silk.NET.Input.Sdl.SdlInput.Use() -> void
1 change: 0 additions & 1 deletion src/Input/Silk.NET.Input.Sdl/SdlInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.

using System.Linq;
using Silk.NET.Windowing;
using Silk.NET.Windowing.Sdl;

namespace Silk.NET.Input.Sdl
Expand Down

0 comments on commit 5e33e78

Please sign in to comment.