mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 15:31:13 +00:00
Align whitespace for SDL2 KeypadEnter fix....
This commit is contained in:
parent
a2ece2c9fb
commit
b0dbb7de7f
|
@ -283,8 +283,8 @@ namespace OpenTK.Platform.SDL2
|
||||||
return Key.KeypadDivide;
|
return Key.KeypadDivide;
|
||||||
case Code.KP_MULTIPLY:
|
case Code.KP_MULTIPLY:
|
||||||
return Key.KeypadMultiply;
|
return Key.KeypadMultiply;
|
||||||
case Code.KP_ENTER:
|
case Code.KP_ENTER:
|
||||||
return Key.KeypadEnter;
|
return Key.KeypadEnter;
|
||||||
|
|
||||||
// Navigation
|
// Navigation
|
||||||
case Code.UP:
|
case Code.UP:
|
||||||
|
|
Loading…
Reference in a new issue