changeset 1258:1148567ab355

Fix scancode for F key
author Michael Pavone <pavone@retrodev.com>
date Wed, 01 Mar 2017 00:14:50 -0800
parents db28178bd2a1
children 23c94f5266d1
files render_sdl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/render_sdl.c	Wed Mar 01 00:08:18 2017 -0800
+++ b/render_sdl.c	Wed Mar 01 00:14:50 2017 -0800
@@ -749,7 +749,7 @@
 	[SDL_SCANCODE_C] = 0x21,
 	[SDL_SCANCODE_D] = 0x23,
 	[SDL_SCANCODE_E] = 0x24,
-	[SDL_SCANCODE_F] = 0x28,
+	[SDL_SCANCODE_F] = 0x2B,
 	[SDL_SCANCODE_G] = 0x34,
 	[SDL_SCANCODE_H] = 0x33,
 	[SDL_SCANCODE_I] = 0x43,