mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Added a way to create window platform independant
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user