Commit 3ef0f4ec authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed direction key input on WinCE devices, thanks to

 cal-at-splitreflection-com.

http://www.libsdl.org/pipermail/sdl/2005-April/068072.html

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401049
parent 48c21b29
...@@ -116,8 +116,6 @@ LONG ...@@ -116,8 +116,6 @@ LONG
} else { } else {
wParam = 0; wParam = 0;
} }
} else {
wParam = 0;
} }
#endif /* NO_GETKEYBOARDSTATE */ #endif /* NO_GETKEYBOARDSTATE */
posted = SDL_PrivateKeyboard(SDL_PRESSED, posted = SDL_PrivateKeyboard(SDL_PRESSED,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment