Skip to content

Commit 6c3bfe6

Browse files
committed
Attempt to fix PublicAPI additions
1 parent 3db9875 commit 6c3bfe6

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

src/Input/Silk.NET.Input.Common/PublicAPI/net5.0/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Silk.NET.Input.IKeyboard.ClipboardText.get -> string!
112112
Silk.NET.Input.IKeyboard.ClipboardText.set -> void
113113
Silk.NET.Input.IKeyboard.EndInput() -> void
114114
Silk.NET.Input.IKeyboard.IsKeyPressed(Silk.NET.Input.Key key) -> bool
115+
Silk.NET.Input.IKeyboard.IsScancodePressed(int scancode) -> bool
115116
Silk.NET.Input.IKeyboard.KeyChar -> System.Action<Silk.NET.Input.IKeyboard!, char>?
116117
Silk.NET.Input.IKeyboard.KeyDown -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?
117118
Silk.NET.Input.IKeyboard.KeyUp -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?

src/Input/Silk.NET.Input.Common/PublicAPI/netcoreapp3.1/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Silk.NET.Input.IKeyboard.ClipboardText.get -> string!
112112
Silk.NET.Input.IKeyboard.ClipboardText.set -> void
113113
Silk.NET.Input.IKeyboard.EndInput() -> void
114114
Silk.NET.Input.IKeyboard.IsKeyPressed(Silk.NET.Input.Key key) -> bool
115+
Silk.NET.Input.IKeyboard.IsScancodePressed(int scancode) -> bool
115116
Silk.NET.Input.IKeyboard.KeyChar -> System.Action<Silk.NET.Input.IKeyboard!, char>?
116117
Silk.NET.Input.IKeyboard.KeyDown -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?
117118
Silk.NET.Input.IKeyboard.KeyUp -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?

src/Input/Silk.NET.Input.Common/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Silk.NET.Input.IKeyboard.ClipboardText.get -> string!
112112
Silk.NET.Input.IKeyboard.ClipboardText.set -> void
113113
Silk.NET.Input.IKeyboard.EndInput() -> void
114114
Silk.NET.Input.IKeyboard.IsKeyPressed(Silk.NET.Input.Key key) -> bool
115+
Silk.NET.Input.IKeyboard.IsScancodePressed(int scancode) -> bool
115116
Silk.NET.Input.IKeyboard.KeyChar -> System.Action<Silk.NET.Input.IKeyboard!, char>?
116117
Silk.NET.Input.IKeyboard.KeyDown -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?
117118
Silk.NET.Input.IKeyboard.KeyUp -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
#nullable enable
2-
Silk.NET.Input.IKeyboard.IsScancodePressed(int scancode) -> bool

src/Input/Silk.NET.Input.Common/PublicAPI/netstandard2.1/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Silk.NET.Input.IKeyboard.ClipboardText.get -> string!
112112
Silk.NET.Input.IKeyboard.ClipboardText.set -> void
113113
Silk.NET.Input.IKeyboard.EndInput() -> void
114114
Silk.NET.Input.IKeyboard.IsKeyPressed(Silk.NET.Input.Key key) -> bool
115+
Silk.NET.Input.IKeyboard.IsScancodePressed(int scancode) -> bool
115116
Silk.NET.Input.IKeyboard.KeyChar -> System.Action<Silk.NET.Input.IKeyboard!, char>?
116117
Silk.NET.Input.IKeyboard.KeyDown -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?
117118
Silk.NET.Input.IKeyboard.KeyUp -> System.Action<Silk.NET.Input.IKeyboard!, Silk.NET.Input.Key, int>?
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
#nullable enable
2-
Silk.NET.Input.IKeyboard.IsScancodePressed(int scancode) -> bool

0 commit comments

Comments
 (0)