Skip to content

Commit

Permalink
feat: Align Windows.System.VirtualKey
Browse files Browse the repository at this point in the history
  • Loading branch information
ebariche committed Sep 21, 2021
1 parent 7e0c367 commit 5397faa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Uno.UWP/System/VirtualKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ public enum VirtualKey
CapitalLock,
Kana,
Hangul,
ImeOn,
Junja,
Final,
Hanja,
Kanji,
ImeOff,
Escape,
Convert,
NonConvert,
Expand Down Expand Up @@ -173,4 +175,4 @@ public enum VirtualKey
GamepadRightThumbstickRight,
GamepadRightThumbstickLeft,
}
}
}

0 comments on commit 5397faa

Please sign in to comment.