(ded4a3e0a) v0.9.0.7
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace MonoGame.OpenGL
|
||||
{
|
||||
internal class WindowInfo : IWindowInfo
|
||||
{
|
||||
public IntPtr Handle { get; private set; }
|
||||
|
||||
public WindowInfo(IntPtr handle)
|
||||
{
|
||||
Handle = handle;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user