Browse Source

Merge remote-tracking branch 'origin/master'

Brucey 3 years ago
parent
commit
326989cf84
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sdlsystem.mod/glue.c

+ 2 - 0
sdlsystem.mod/glue.c

@@ -378,6 +378,8 @@ int mapkey(SDL_Keycode keycode) {
 			return KEY_NUMDECIMAL;
 		case SDLK_KP_DIVIDE:
 			return KEY_NUMDIVIDE;
+		case SDLK_KP_ENTER:
+			return KEY_ENTER;
 		case SDLK_F1:
 			return KEY_F1;
 		case SDLK_F2: