Skip to content

Commit

Permalink
Fixed direction key input on WinCE devices, thanks to
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 17, 2005
1 parent d3117b5 commit 9058056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/windib/SDL_dibevents.c
Expand Up @@ -116,8 +116,6 @@ LONG
} else {
wParam = 0;
}
} else {
wParam = 0;
}
#endif /* NO_GETKEYBOARDSTATE */
posted = SDL_PrivateKeyboard(SDL_PRESSED,
Expand Down

0 comments on commit 9058056

Please sign in to comment.