Added a way to create window platform independant

This commit is contained in:
Simon Lübeß
2020-11-09 22:36:36 +01:00
parent efb46ff25c
commit 9a84e0409f
3 changed files with 15 additions and 2 deletions
+6
View File
@@ -34,6 +34,12 @@ namespace GlitchyEngine
protected EventCallback _eventCallback ~ delete _;
/**
* Function used to create a platform specific window.
*/
[LinkName("GlitchyEngine.Window.CreateWindow")]
public static extern Window CreateWindow(WindowDescription description);
/**
* Gets or Sets the minimum width of the window.
*/