Added NativeWindow-property to Window

This commit is contained in:
Simon Lübeß
2020-11-13 19:44:16 +01:00
parent 6b97fdaccb
commit 001bd346a9
2 changed files with 11 additions and 6 deletions
@@ -126,6 +126,8 @@ namespace GlitchyEngine.Platform.Windows
set => _isVSync = value;
}
public override void* NativeWindow => (void*)(int)_windowHandle;
public this(WindowDescription desc)
{
_minMaxInfo.MaximumTrackingSize.x = int32.MaxValue;