Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed multimedia keys
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 21, 2010
1 parent 99d7a38 commit 61042ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/events/scancodes_win32.h
Expand Up @@ -203,14 +203,14 @@ static const SDL_scancode win32_scancode_table[] = {
/* 173, 0xad */ SDL_SCANCODE_AUDIOMUTE,
/* 174, 0xae */ SDL_SCANCODE_VOLUMEDOWN,
/* 175, 0xaf */ SDL_SCANCODE_VOLUMEUP,
/* 176, 0xb0 */ SDL_SCANCODE_UNKNOWN,
/* 177, 0xb1 */ SDL_SCANCODE_KP_000,
/* 178, 0xb2 */ SDL_SCANCODE_KP_EQUALS,
/* 179, 0xb3 */ SDL_SCANCODE_KP_00,
/* 180, 0xb4 */ SDL_SCANCODE_UNKNOWN,
/* 181, 0xb5 */ SDL_SCANCODE_UNKNOWN,
/* 182, 0xb6 */ SDL_SCANCODE_UNKNOWN,
/* 183, 0xb7 */ SDL_SCANCODE_UNKNOWN,
/* 176, 0xb0 */ SDL_SCANCODE_AUDIONEXT,
/* 177, 0xb1 */ SDL_SCANCODE_AUDIOPREV,
/* 178, 0xb2 */ SDL_SCANCODE_AUDIOSTOP,
/* 179, 0xb3 */ SDL_SCANCODE_AUDIOPLAY,
/* 180, 0xb4 */ SDL_SCANCODE_MAIL,
/* 181, 0xb5 */ SDL_SCANCODE_MEDIASELECT,
/* 182, 0xb6 */ SDL_SCANCODE_UNKNOWN, /* VK_LAUNCH_APP1 */
/* 183, 0xb7 */ SDL_SCANCODE_UNKNOWN, /* VK_LAUNCH_APP2 */
/* 184, 0xb8 */ SDL_SCANCODE_UNKNOWN,
/* 185, 0xb9 */ SDL_SCANCODE_UNKNOWN,
/* 186, 0xba */ SDL_SCANCODE_SEMICOLON,
Expand Down

0 comments on commit 61042ca

Please sign in to comment.