summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-23 06:28:08 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-23 06:28:08 -0400
commitcbea03938464578e58cc465ba4f89cd33a054224 (patch)
tree471c6034e20e92674199f0dbb4665d2b3b9a8595
parente9a7f5e748719ce5b6ccd08ff91861b578034ea6 (diff)
events: Fix typo in scancode to symbol translation.
-rw-r--r--sdl2/events.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/events.scm b/sdl2/events.scm
index 2ba341a..859a7d0 100644
--- a/sdl2/events.scm
+++ b/sdl2/events.scm
@@ -794,7 +794,7 @@
(,ffi:SDL_SCANCODE_RCTRL . right-control)
(,ffi:SDL_SCANCODE_RSHIFT . right-shift)
(,ffi:SDL_SCANCODE_RALT . right-alt)
- (,ffi:SDL_SCANCODE_RGUI . right-cui)
+ (,ffi:SDL_SCANCODE_RGUI . right-gui)
(,ffi:SDL_SCANCODE_MODE . mode)
(,ffi:SDL_SCANCODE_AUDIONEXT . audio-next)
(,ffi:SDL_SCANCODE_AUDIOPREV . audio-prev)