mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added NativeWindow-property to Window
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user