Merge pull request #244 from Frassle/keypaddivide

[Windows] Fix detection of KeyboardDivide key
This commit is contained in:
Fraser Waters 2015-04-11 09:40:50 +01:00
commit c7ccc1908f

View file

@ -196,6 +196,7 @@ namespace OpenTK.Platform.Windows
{
switch (key)
{
case Key.Slash: key = Key.KeypadDivide; break;
case Key.Enter: key = Key.KeypadEnter; break;
case Key.AltLeft: key = Key.AltRight; break;
case Key.AltRight: key = Key.AltLeft; break;