Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Oct 26, 2023
1 parent 3984686 commit 6dd3f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Myra/Graphics2D/UI/Desktop.Input.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Myra.Utility;
using System;
using System.Collections.Generic;
using Myra.Events;

#if MONOGAME || FNA
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Input.Touch;
using Myra.Events;
#if MONOGAME
using MonoGame.Framework.Utilities;
#endif
Expand Down

0 comments on commit 6dd3f26

Please sign in to comment.