SDL2: Fix up/down keys in console window

This commit is contained in:
Jonathan G Rennison
2019-10-20 08:26:41 +01:00
parent b6e9817edb
commit 299becbb2f

View File

@@ -857,6 +857,8 @@ int VideoDriver_SDL::PollEvent()
keycode == WKC_NUM_ENTER ||
keycode == WKC_LEFT ||
keycode == WKC_RIGHT ||
keycode == WKC_UP ||
keycode == WKC_DOWN ||
keycode & WKC_META ||
keycode & WKC_CTRL ||
keycode & WKC_ALT ||