v0.14.6.0

This commit is contained in:
Joonas Rikkonen
2021-06-17 17:54:52 +03:00
parent 3f324b14e8
commit c27e2ea5ab
348 changed files with 13156 additions and 4266 deletions
@@ -286,7 +286,7 @@ namespace Microsoft.Xna.Framework
// to not try and set the window position because it will be wrong.
if ((Sdl.Patch > 4 || !AllowUserResizing) && !_wasMoved)
Sdl.Window.SetPosition(Handle, centerX, centerY);
Sdl.Window.Show(Handle);
Sdl.Window.Raise(Handle);
@@ -333,6 +333,11 @@ namespace Microsoft.Xna.Framework
OnTextInput(this, new TextInputEventArgs(c, key));
}
public void DropFile(string filePath)
{
OnFileDropped(new FileDropEventArgs(filePath));
}
protected internal override void SetSupportedOrientations(DisplayOrientation orientations)
{
// Nothing to do here