Skip to content

Commit

Permalink
chore: Adjust for UWP build
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Feb 16, 2024
1 parent 99bd6c7 commit 76d841a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
using Windows.UI.Core;
using Windows.UI.Input.Preview.Injection;

#if !HAS_UNO_WINUI
using Windows.UI.Input;
#endif

namespace Uno.UI.Xaml.Core;

partial class InputManager
Expand Down

0 comments on commit 76d841a

Please sign in to comment.