File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Windowing/Silk.NET.Windowing.Common/PublicAPI Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Silk.NET.Windowing.IView.Render -> System.Action<double>?
6060Silk.NET.Windowing.IView.Reset() -> void
6161Silk.NET.Windowing.IView.Resize -> System.Action<Silk.NET.Maths.Vector2D<int>>?
6262Silk.NET.Windowing.IView.Run(System.Action! onFrame) -> void
63+ Silk.NET.Windowing.IView.SetFocus() -> void
6364Silk.NET.Windowing.IView.Time.get -> double
6465Silk.NET.Windowing.IView.Update -> System.Action<double>?
6566Silk.NET.Windowing.IViewProperties
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Silk.NET.Windowing.IView.Render -> System.Action<double>?
6060Silk.NET.Windowing.IView.Reset() -> void
6161Silk.NET.Windowing.IView.Resize -> System.Action<Silk.NET.Maths.Vector2D<int>>?
6262Silk.NET.Windowing.IView.Run(System.Action! onFrame) -> void
63+ Silk.NET.Windowing.IView.SetFocus() -> void
6364Silk.NET.Windowing.IView.Time.get -> double
6465Silk.NET.Windowing.IView.Update -> System.Action<double>?
6566Silk.NET.Windowing.IViewProperties
You can’t perform that action at this time.
0 commit comments