resizeable window
This commit is contained in:
parent
d3e771525b
commit
247137383d
|
@ -9,6 +9,7 @@ namespace Game.SDL2
|
||||||
{
|
{
|
||||||
var config = new SDLConfiguration();
|
var config = new SDLConfiguration();
|
||||||
config.Title = "Test Game";
|
config.Title = "Test Game";
|
||||||
|
config.Resizeable = true;
|
||||||
|
|
||||||
var app = new SDLApplication();
|
var app = new SDLApplication();
|
||||||
app.Run(new GameApp(), config);
|
app.Run(new GameApp(), config);
|
||||||
|
|
Reference in a new issue