diff --git a/Source/OpenTK/Platform/SDL2/Sdl2KeyMap.cs b/Source/OpenTK/Platform/SDL2/Sdl2KeyMap.cs index 53b59b72..96c6a43b 100644 --- a/Source/OpenTK/Platform/SDL2/Sdl2KeyMap.cs +++ b/Source/OpenTK/Platform/SDL2/Sdl2KeyMap.cs @@ -283,8 +283,8 @@ namespace OpenTK.Platform.SDL2 return Key.KeypadDivide; case Code.KP_MULTIPLY: return Key.KeypadMultiply; - case Code.KP_ENTER: - return Key.KeypadEnter; + case Code.KP_ENTER: + return Key.KeypadEnter; // Navigation case Code.UP: