Skip to content

Commit 7c252e0

Browse files
mayatskiyArugin
authored andcommitted
Added SetFocus() method to PublicAPI
1 parent 5fe05bb commit 7c252e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Silk.NET.Windowing.IView.Render -> System.Action<double>?
6060
Silk.NET.Windowing.IView.Reset() -> void
6161
Silk.NET.Windowing.IView.Resize -> System.Action<Silk.NET.Maths.Vector2D<int>>?
6262
Silk.NET.Windowing.IView.Run(System.Action! onFrame) -> void
63+
Silk.NET.Windowing.IView.SetFocus() -> void
6364
Silk.NET.Windowing.IView.Time.get -> double
6465
Silk.NET.Windowing.IView.Update -> System.Action<double>?
6566
Silk.NET.Windowing.IViewProperties

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Silk.NET.Windowing.IView.Render -> System.Action<double>?
6060
Silk.NET.Windowing.IView.Reset() -> void
6161
Silk.NET.Windowing.IView.Resize -> System.Action<Silk.NET.Maths.Vector2D<int>>?
6262
Silk.NET.Windowing.IView.Run(System.Action! onFrame) -> void
63+
Silk.NET.Windowing.IView.SetFocus() -> void
6364
Silk.NET.Windowing.IView.Time.get -> double
6465
Silk.NET.Windowing.IView.Update -> System.Action<double>?
6566
Silk.NET.Windowing.IViewProperties

0 commit comments

Comments
 (0)