From c7f7464174918fcd1e2b3f5ae4deeea3fe3cdc27 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 26 Jun 2024 12:33:16 -0700 Subject: [PATCH] Updated scancode documentation --- include/SDL3/SDL_scancode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_scancode.h b/include/SDL3/SDL_scancode.h index 95317332e8..62b0982579 100644 --- a/include/SDL3/SDL_scancode.h +++ b/include/SDL3/SDL_scancode.h @@ -37,7 +37,7 @@ * independent of language and keyboard mapping. * * Values of this type are used to represent keyboard keys, among other places - * in the `keysym.scancode` field of the SDL_KeyboardEvent structure. + * in the `scancode` field of the SDL_KeyboardEvent structure. * * The values in this enumeration are based on the USB usage page standard: * https://usb.org/sites/default/files/hut1_5.pdf