1
0
Fork 0

fix a few windib alternative key scancodes (thanks etillite, see sf bug #2209440)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3235
This commit is contained in:
Sebastian Strohhäcker 2008-11-09 10:38:21 +00:00
parent e2a1305dce
commit 163dce9a45

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: sdl_mapper.cpp,v 1.50 2008-09-10 16:20:04 qbix79 Exp $ */
/* $Id: sdl_mapper.cpp,v 1.51 2008-11-09 10:38:21 c2woody Exp $ */
#include <vector>
#include <list>
@ -422,7 +422,10 @@ Bitu GetKeyCode(SDL_keysym keysym) {
#if defined (WIN32)
switch (key) {
case 0x1c: // ENTER
case 0x1d: // CONTROL
case 0x35: // SLASH
case 0x37: // PRINTSCREEN
case 0x38: // ALT
case 0x45: // PAUSE
case 0x47: // HOME
case 0x48: // cursor UP